diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 292fe42..95b2809 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,10 +74,10 @@ 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 + run-build: true release-msvc: runs-on: windows-latest @@ -89,8 +89,8 @@ 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 cxx-compiler: cl + run-build: true