Skip to content

Commit

Permalink
Prepare C++ compilation env
Browse files Browse the repository at this point in the history
  • Loading branch information
vasil-pashov committed Oct 16, 2024
1 parent ade0161 commit 7e8c49f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
env:
VCPKG_NUGET_USER: ${{secrets.VCPKG_NUGET_USER || github.repository_owner}}
VCPKG_NUGET_TOKEN: ${{secrets.VCPKG_NUGET_TOKEN || secrets.GITHUB_TOKEN}}
VCPKG_MAN_NUGET_USER: ${{secrets.VCPKG_MAN_NUGET_USER}} # For forks to download pre-compiled dependencies from the Man repo
VCPKG_MAN_NUGET_USER: ${{secrets.VCPKG_MAN_NUGET_USER}}
VCPKG_MAN_NUGET_TOKEN: ${{secrets.VCPKG_MAN_NUGET_TOKEN}}
steps:
- name: Checkout Source
Expand All @@ -27,6 +27,9 @@
echo -e "VCPKG_BINARY_SOURCES=$VCPKG_BINARY_SOURCES
VCPKG_ROOT=$PLATFORM_VCPKG_ROOT" | tee -a $GITHUB_ENV
- name: Prepare C++ compilation env
run: . build_tooling/prep_cpp_build.sh

- name: Get CMake
uses: lukka/get-cmake@latest

Expand Down

0 comments on commit 7e8c49f

Please sign in to comment.