Skip to content

Commit 85055ce

Browse files
authored
Update test_ubuntu.yml
Fix gcc installs
1 parent 20f3533 commit 85055ce

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/test_ubuntu.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ jobs:
1919
- name: Build AirLib
2020
run: ./build.sh
2121

22-
- name: Unity Build
23-
run: |
24-
sudo apt-get install libboost-all-dev
25-
cd Unity
26-
./build.sh
27-
2822
- name: Build ROS Wrapper
2923
run: |
3024
./tools/install_ros_deps.sh
@@ -43,9 +37,9 @@ jobs:
4337
4438
- name: Build GazeboDrone
4539
run: |
46-
sudo apt-get install -qq libgazebo9-dev gcc-8 g++-8
40+
sudo apt-get install -qq libgazebo9-dev gcc-12 g++-12
4741
./clean.sh && ./build.sh --gcc
4842
cd GazeboDrone
4943
mkdir build && cd build
50-
cmake -DCMAKE_C_COMPILER=gcc-8 -DCMAKE_CXX_COMPILER=g++-8 ..
44+
cmake -DCMAKE_C_COMPILER=gcc-12 -DCMAKE_CXX_COMPILER=g++-12 ..
5145
make

0 commit comments

Comments
 (0)