Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lajoiepy authored Jan 12, 2024
1 parent 45b0283 commit f477ffb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v2
- uses: ros-tooling/[email protected].1
- uses: ros-tooling/[email protected]
- name: Install Python Dependencies
run: |
pip install -r requirements.txt
Expand All @@ -32,7 +32,7 @@ jobs:
sudo add-apt-repository ppa:borglab/gtsam-release-4.1 -y
sudo apt-get -y update
sudo apt install libgtsam-dev libgtsam-unstable-dev
- uses: ros-tooling/[email protected].5
- uses: ros-tooling/[email protected]
with:
package-name: cslam
import-token: ${{ secrets.SWARMSLAM_TOKEN }}
Expand Down

0 comments on commit f477ffb

Please sign in to comment.