Skip to content

Commit

Permalink
Trying to fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
helenol committed Nov 7, 2023
1 parent 4bb1a20 commit 142161d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
steps:
# Name is optional, uses: specify which ACTION is used (basically github
# macros). You can write your own! Use with: to specify extra parameters.
- name: Check out depository
- name: Check out repository
uses: actions/checkout@v3
with:
path: ${HOME}/catkin_ws/src/toy_example_package
path: catkin_ws/src/toy_example_package
#- name: Install catkin-tools on Noetic
# run: |
# apt update && apt install -y python3-pip
Expand Down

0 comments on commit 142161d

Please sign in to comment.