diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8d43613..5f2d076 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,7 +75,7 @@ jobs: uses: actions/checkout@v3.5.3 - name: Configure and build project - uses: threeal/cmake-action@v1.2.0 + uses: threeal/cmake-action@v1.3.0 with: source-dir: ${{ matrix.package }} run-build: true @@ -90,7 +90,7 @@ jobs: uses: actions/checkout@v3.5.3 - name: Configure and build project - uses: threeal/cmake-action@v1.2.0 + uses: threeal/cmake-action@v1.3.0 with: source-dir: ${{ matrix.package }} cxx-compiler: cl