Skip to content

Commit

Permalink
Update test_ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xxEoD2242 authored Jul 7, 2024
1 parent 85055ce commit afd4f45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
- name: Build GazeboDrone
run: |
sudo apt-get install -qq libgazebo9-dev gcc-12 g++-12
sudo apt-get install -qq libgazebo9-dev gcc-10 g++-10
./clean.sh && ./build.sh --gcc
cd GazeboDrone
mkdir build && cd build
cmake -DCMAKE_C_COMPILER=gcc-12 -DCMAKE_CXX_COMPILER=g++-12 ..
cmake -DCMAKE_C_COMPILER=gcc-10 -DCMAKE_CXX_COMPILER=g++-10 ..
make

0 comments on commit afd4f45

Please sign in to comment.