Skip to content

Commit

Permalink
update linux build automation
Browse files Browse the repository at this point in the history
  • Loading branch information
admercs committed Feb 23, 2024
1 parent 6b8b418 commit 0e3c171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:

- name: "Install Dependencies"
shell: bash
run: ./scripts/setup.sh
run: bash ./scripts/setup.sh

- name: "Build AutonomySim"
shell: bash
run: ./scripts/build.sh
run: bash ./scripts/build.sh

- name: "Build ROS2 Wrapper"
# if: ${{ matrix.os == 'ubuntu-20.04' }}
Expand Down

0 comments on commit 0e3c171

Please sign in to comment.