We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85055ce commit afd4f45Copy full SHA for afd4f45
.github/workflows/test_ubuntu.yml
@@ -37,9 +37,9 @@ jobs:
37
38
- name: Build GazeboDrone
39
run: |
40
- sudo apt-get install -qq libgazebo9-dev gcc-12 g++-12
+ sudo apt-get install -qq libgazebo9-dev gcc-10 g++-10
41
./clean.sh && ./build.sh --gcc
42
cd GazeboDrone
43
mkdir build && cd build
44
- cmake -DCMAKE_C_COMPILER=gcc-12 -DCMAKE_CXX_COMPILER=g++-12 ..
+ cmake -DCMAKE_C_COMPILER=gcc-10 -DCMAKE_CXX_COMPILER=g++-10 ..
45
make
0 commit comments