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 4095b8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .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 Down

0 comments on commit 4095b8a

Please sign in to comment.