Skip to content

Commit

Permalink
Update gcc alternatives
Browse files Browse the repository at this point in the history
  • Loading branch information
vasil-pashov committed Oct 16, 2024
1 parent cda7d7a commit 2a117c7
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 @@ -17,6 +17,8 @@
run: |
sudo apt-get update
sudo apt-get install -y gcc-10 g++-10 make mono-complete
update-alternatives --set g++ /usr/bin/g++-10
update-alternatives --set gcc /usr/bin/gcc-10
- name: Prepare C++ compilation env
run: build_tooling/prep_cpp_build.sh
Expand Down

0 comments on commit 2a117c7

Please sign in to comment.