Skip to content

Commit afd4f45

Browse files
authored
Update test_ubuntu.yml
1 parent 85055ce commit afd4f45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_ubuntu.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
3838
- name: Build GazeboDrone
3939
run: |
40-
sudo apt-get install -qq libgazebo9-dev gcc-12 g++-12
40+
sudo apt-get install -qq libgazebo9-dev gcc-10 g++-10
4141
./clean.sh && ./build.sh --gcc
4242
cd GazeboDrone
4343
mkdir build && cd build
44-
cmake -DCMAKE_C_COMPILER=gcc-12 -DCMAKE_CXX_COMPILER=g++-12 ..
44+
cmake -DCMAKE_C_COMPILER=gcc-10 -DCMAKE_CXX_COMPILER=g++-10 ..
4545
make

0 commit comments

Comments
 (0)