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 47cb7a1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@
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
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- name: Setup build dependencies
run: |
Expand All @@ -27,6 +26,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 47cb7a1

Please sign in to comment.