Skip to content

Commit

Permalink
do this
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Jan 12, 2024
1 parent e19a65e commit 88055d4
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 @@ -61,11 +61,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: "Format"
run: cmake --build ./build-cross --target gripper-format-ci
Expand Down

0 comments on commit 88055d4

Please sign in to comment.