We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a85e54 commit 9c58643Copy full SHA for 9c58643
.github/workflows/zxc-build-library.yaml
@@ -80,7 +80,7 @@ jobs:
80
git fetch --unshallow --prune
81
82
- name: CMake Build (Debug)
83
- uses: lukka/run-cmake@2ce8982be71b8e9a3c4d5e432135035afd1e76a7 # v10.7
+ uses: lukka/run-cmake@e265d767c12ee0dc03becaa1d55155db4beb45f6 # v10
84
env:
85
VCPKG_BINARY_SOURCES: clear
86
with:
@@ -89,7 +89,7 @@ jobs:
89
90
- name: CMake Build (Release)
91
if: github.event.pull_request.merged == true
92
93
94
95
0 commit comments