Skip to content

Commit

Permalink
Set VCPKG cache
Browse files Browse the repository at this point in the history
  • Loading branch information
vasil-pashov committed Oct 15, 2024
1 parent bc03a17 commit eae0068
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
sudo apt-get update
sudo apt-get install -y gcc-10 g++10 make
- name: Setup VCPKG cache
run: |
. build_tooling/vcpkg_caching.sh
echo -e "VCPKG_BINARY_SOURCES=$VCPKG_BINARY_SOURCES
VCPKG_ROOT=$PLATFORM_VCPKG_ROOT" | tee -a $GITHUB_ENV
- name: Get CMake
uses: lukka/get-cmake@latest

Expand Down

0 comments on commit eae0068

Please sign in to comment.