Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
Utilising source command
  • Loading branch information
Arief-AK authored May 18, 2024
1 parent 0d11f2b commit f47bb70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
wget https://raw.githubusercontent.com/PX4/PX4-Autopilot/main/Tools/setup/ubuntu.sh
wget https://raw.githubusercontent.com/PX4/PX4-Autopilot/main/Tools/setup/requirements.txt
chmod +x ubuntu.sh && ./ubuntu.sh
source ubuntu.sh
- name: Install MAVROS using binaries
run: |
Expand Down

0 comments on commit f47bb70

Please sign in to comment.