Skip to content

Commit

Permalink
update latest run-cmake
Browse files Browse the repository at this point in the history
Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
  • Loading branch information
rbarker-dev committed Apr 22, 2024
1 parent 9c58643 commit b668655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zxc-build-library.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
git fetch --unshallow --prune
- name: CMake Build (Debug)
uses: lukka/run-cmake@e265d767c12ee0dc03becaa1d55155db4beb45f6 # v10
uses: lukka/run-cmake@2ce8982be71b8e9a3c4d5e432135035afd1e76a7 # v10.7
env:
VCPKG_BINARY_SOURCES: clear
with:
Expand All @@ -89,7 +89,7 @@ jobs:

- name: CMake Build (Release)
if: github.event.pull_request.merged == true
uses: lukka/run-cmake@e265d767c12ee0dc03becaa1d55155db4beb45f6 # v10
uses: lukka/run-cmake@2ce8982be71b8e9a3c4d5e432135035afd1e76a7 # v10.7
env:
VCPKG_BINARY_SOURCES: clear
with:
Expand Down

0 comments on commit b668655

Please # to comment.