Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
9ebe2d6924 Bump lukka/run-cmake from 3 to 10
Bumps [lukka/run-cmake](https://github.com/lukka/run-cmake) from 3 to 10.
- [Release notes](https://github.com/lukka/run-cmake/releases)
- [Commits](https://github.com/lukka/run-cmake/compare/v3...v10)

---
updated-dependencies:
- dependency-name: lukka/run-cmake
  dependency-version: '10'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-27 09:36:40 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -89,7 +89,7 @@ jobs:
run: echo "args=-DBUILD_SHARED_LIBS=OFF -DASSIMP_HUNTER_ENABLED=ON -DCMAKE_TOOLCHAIN_FILE=${{ github.workspace }}/cmake/polly/${{ matrix.toolchain }}.cmake" >> $GITHUB_OUTPUT
- name: configure and build
uses: lukka/run-cmake@v3
uses: lukka/run-cmake@v10
env:
DXSDK_DIR: '${{ github.workspace }}/DX_SDK'

View File

@@ -22,7 +22,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'
@@ -46,7 +46,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'