Skip to content

Commit

Permalink
Set compiler to be gcc-10 via env
Browse files Browse the repository at this point in the history
  • Loading branch information
vasil-pashov committed Oct 16, 2024
1 parent 63cdebd commit 077cf8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
VCPKG_NUGET_TOKEN: ${{secrets.VCPKG_NUGET_TOKEN || secrets.GITHUB_TOKEN}}
VCPKG_MAN_NUGET_USER: ${{secrets.VCPKG_MAN_NUGET_USER}}
VCPKG_MAN_NUGET_TOKEN: ${{secrets.VCPKG_MAN_NUGET_TOKEN}}
CC: 'gcc-10'
CXX: 'g++-10'
steps:
- name: Checkout Source
uses: actions/checkout@v4
Expand All @@ -18,7 +20,7 @@
- name: Setup build dependencies
run: |
sudo apt-get update
sudo apt-get install -y gcc-10 g++10 make mono-complete
sudo apt-get install -y gcc-10 g++-10 make mono-complete
- name: Setup VCPKG cache
run: |
Expand Down

0 comments on commit 077cf8d

Please sign in to comment.