From 647464ff4e85ac79d3ae58c14d684c89d795fc59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 01:02:41 +0000 Subject: [PATCH 1/2] chore: bump threeal/cmake-action from 1.1.0 to 1.2.0 Bumps [threeal/cmake-action](https://github.com/threeal/cmake-action) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/threeal/cmake-action/releases) - [Commits](https://github.com/threeal/cmake-action/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: threeal/cmake-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 292fe42..a4eac3b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,7 +74,7 @@ jobs: uses: actions/checkout@v3.5.3 - name: Configure and build project - uses: threeal/cmake-action@v1.1.0 + uses: threeal/cmake-action@v1.2.0 with: source-dir: ${{ matrix.package }} build-dir: ${{ matrix.package }}/build @@ -89,7 +89,7 @@ jobs: uses: actions/checkout@v3.5.3 - name: Configure and build project - uses: threeal/cmake-action@v1.1.0 + uses: threeal/cmake-action@v1.2.0 with: source-dir: ${{ matrix.package }} build-dir: ${{ matrix.package }}/build From 296c0834db7fa710b6ba547fb3de7636a0c05faf Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Tue, 4 Jul 2023 20:13:45 +0700 Subject: [PATCH 2/2] ci: fix build options for `threeal/cmake-action@v1.2.0` --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a4eac3b..95b2809 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,7 +77,7 @@ jobs: uses: threeal/cmake-action@v1.2.0 with: source-dir: ${{ matrix.package }} - build-dir: ${{ matrix.package }}/build + run-build: true release-msvc: runs-on: windows-latest @@ -92,5 +92,5 @@ jobs: uses: threeal/cmake-action@v1.2.0 with: source-dir: ${{ matrix.package }} - build-dir: ${{ matrix.package }}/build cxx-compiler: cl + run-build: true