Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/zxc-build-library.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,12 @@ jobs:
run: mkdir -p "${{ github.workspace }}/b/vcpkg_cache"

- name: Install CMake & Ninja
uses: lukka/get-cmake@2ecc21724e5215b0e567bc399a2602d2ecb48541 # v4.02
uses: step-security/get-cmake@f0d0b7261adb2543af992e49d475ced3a2407687 # v4.1.1
with:
useCloudCache: true

- name: Setup VCPkg
uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
uses: step-security/run-vcpkg@3216bbcfab3178c29a9746e651ccfbc63788e446 # v11.5.1
with:
binaryCachePath: ${{ github.workspace }}/b/vcpkg_cache

Expand Down
Loading