Skip to content

Commit

Permalink
fix uses syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanhhughes committed Jul 6, 2024
1 parent 716a5ec commit b246775
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/catkin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ jobs:
steps:
# checkout the code
- uses: actions/checkout@v4
path: src/spark_dsg
with:
path: src/spark_dsg
# install necessary dependences
- name: Dependencies
run: |
Expand Down

0 comments on commit b246775

Please sign in to comment.