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 fb83329
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
run: |
sudo apt-get update
sudo apt-get install -y gcc-10 g++-10 make mono-complete
update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10
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 fb83329

Please sign in to comment.