Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Jan 12, 2024
1 parent 8dc8a04 commit 7146501
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/gripper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,13 @@ jobs:
- name: Checkout github actions directory
uses: actions/checkout@v4
with:
sparse-checkout: '.github/'
sparse-checkout: |
.github/actions
sparse-checkout-cone-mode: false
path: actions

- name: Setup
uses: './github/actions/main-setup'
- name: Setup main
uses: ./actions/.github/actions/main-setup

# - name: 'Build and test'
# run: cmake --build ./build-host --target gripper-build-and-test
Expand Down

0 comments on commit 7146501

Please sign in to comment.