Skip to content

Commit

Permalink
Update test_ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianDev24 authored Jul 7, 2024
1 parent 6d22acd commit e785971
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/test_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,17 @@ jobs:
os: [ubuntu-20.04]

steps:
- uses: actions/checkout@v3
- name: Checkout repo
uses: actions/checkout@v4
with:
submodules: 'recursive'

- name: Setup
run: ./setup.sh

- 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 Down

0 comments on commit e785971

Please sign in to comment.