diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 9f7799daaf..549cae1271 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -102,7 +102,7 @@ jobs: run: echo "::set-output name=args::-DBUILD_SHARED_LIBS=OFF -DASSIMP_HUNTER_ENABLED=ON -DCMAKE_TOOLCHAIN_FILE=${{ github.workspace }}/cmake/polly/${{ matrix.toolchain }}.cmake" - name: configure and build - uses: lukka/run-cmake@v3 + uses: lukka/run-cmake@v10 env: DXSDK_DIR: '${{ github.workspace }}/DX_SDK' diff --git a/.github/workflows/sanitizer.yml b/.github/workflows/sanitizer.yml index 750c170053..89206b21cd 100644 --- a/.github/workflows/sanitizer.yml +++ b/.github/workflows/sanitizer.yml @@ -19,7 +19,7 @@ jobs: CC: clang - name: configure and build - uses: lukka/run-cmake@v3 + uses: lukka/run-cmake@v10 with: cmakeListsOrSettingsJson: CMakeListsTxtAdvanced cmakeListsTxtPath: '${{ github.workspace }}/CMakeLists.txt' @@ -43,7 +43,7 @@ jobs: CC: clang - name: configure and build - uses: lukka/run-cmake@v2 + uses: lukka/run-cmake@v10 with: cmakeListsOrSettingsJson: CMakeListsTxtAdvanced cmakeListsTxtPath: '${{ github.workspace }}/CMakeLists.txt'