Skip to content

Commit

Permalink
wget
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Henkel <[email protected]>
  • Loading branch information
ct2034 committed Jan 8, 2025
1 parent 8dcc162 commit 7930ea3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@ jobs:
# Checkout the repository
- name: Checkout repository
uses: actions/checkout@v2
# # Set up ROS
# - name: Set up ROS
# uses: ros-tooling/[email protected]
# with:
# required-ros-distributions: ${{ matrix.ros-distro }}
# Set up wget
- name: Get up wget
run: sudo apt-get update && sudo apt-get install -y wget
# Get smc_storm for testing
- name: Get smc_storm
id: get_smc_storm
Expand Down

0 comments on commit 7930ea3

Please sign in to comment.