Skip to content

Commit

Permalink
Update test_ubuntu.yml
Browse files Browse the repository at this point in the history
Fix gcc installs
  • Loading branch information
xxEoD2242 authored Jul 7, 2024
1 parent 20f3533 commit 85055ce
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/test_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ jobs:
- name: Build AirLib
run: ./build.sh

- name: Unity Build
run: |
sudo apt-get install libboost-all-dev
cd Unity
./build.sh
- name: Build ROS Wrapper
run: |
./tools/install_ros_deps.sh
Expand All @@ -43,9 +37,9 @@ jobs:
- name: Build GazeboDrone
run: |
sudo apt-get install -qq libgazebo9-dev gcc-8 g++-8
sudo apt-get install -qq libgazebo9-dev gcc-12 g++-12
./clean.sh && ./build.sh --gcc
cd GazeboDrone
mkdir build && cd build
cmake -DCMAKE_C_COMPILER=gcc-8 -DCMAKE_CXX_COMPILER=g++-8 ..
cmake -DCMAKE_C_COMPILER=gcc-12 -DCMAKE_CXX_COMPILER=g++-12 ..
make

0 comments on commit 85055ce

Please sign in to comment.