We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda7d7a commit 7fd5710Copy full SHA for 7fd5710
.github/workflows/static_analysis.yml
@@ -17,6 +17,10 @@
17
run: |
18
sudo apt-get update
19
sudo apt-get install -y gcc-10 g++-10 make mono-complete
20
+ update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 100
21
+ update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 100
22
+ update-alternatives --set g++ /usr/bin/g++-10
23
+ update-alternatives --set gcc /usr/bin/gcc-10
24
25
- name: Prepare C++ compilation env
26
run: build_tooling/prep_cpp_build.sh
0 commit comments