Skip to content

Commit

Permalink
Check out submodules separately
Browse files Browse the repository at this point in the history
  • Loading branch information
garyttierney committed Oct 11, 2024
1 parent 8b09300 commit e0a55d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ jobs:
with:
ssh-key: ${{ secrets.KAKADU_SSH_KEY }}
persist-credentials: 'true'
submodules: 'true'
submodules: 'false'
set-safe-directory: 'true'

- run: git submodule update --init

- uses: swatinem/rust-cache@v2
with:
prefix-key: 'v0-rust-${{ matrix.build_configuration.target }}-${{ matrix.build_configuration.cpu }}'
Expand Down

0 comments on commit e0a55d0

Please sign in to comment.