Skip to content

Commit

Permalink
调整流程
Browse files Browse the repository at this point in the history
  • Loading branch information
uuiid committed Jan 11, 2024
1 parent de2d6bd commit b3081d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:


- name: Run CMake+vcpkg+Ninja
uses: lukka/run-cmake@latest
uses: lukka/run-cmake@v10
id: runcmake
with:
configurePreset: '${{env.BUILD_TYPE}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: echo "root='${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_ROOT_OUT }}', triplet='${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_DEFAULT_TRIPLET_OUT }}'"

- name: Run CMake+vcpkg+Ninja
uses: lukka/run-cmake@latest
uses: lukka/run-cmake@v10
id: runcmake
with:
configurePreset: '${{env.BUILD_TYPE}}'
Expand Down

0 comments on commit b3081d6

Please sign in to comment.