Skip to content

Commit

Permalink
edited build
Browse files Browse the repository at this point in the history
  • Loading branch information
Arief-AK committed May 18, 2024
1 parent 27ff880 commit 4673e55
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 @@ -43,7 +43,7 @@ jobs:
sudo apt-get install ros-$ROS_DISTRO-mavros ros-$ROS_DISTRO-mavros-extras
wget https://raw.githubusercontent.com/mavlink/mavros/master/mavros/scripts/install_geographiclib_datasets.sh
ls -l
chmod +x ./install_geographiclib_datasets.sh && . ./install_geographiclib_datasets.sh
chmod +x ~/dependencies/install_geographiclib_datasets.sh && . ~/dependencies/install_geographiclib_datasets.sh
- name: Install ROS building dependencies
run: |
Expand Down

0 comments on commit 4673e55

Please sign in to comment.