Skip to content

Commit

Permalink
chore: don't use submodule cache (#9924)
Browse files Browse the repository at this point in the history
it has caused issues on blobs PR and it was a premature optimization
anyway
  • Loading branch information
ludamad authored Nov 13, 2024
1 parent 3889def commit 00a8787
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/ci-setup-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,11 @@ runs:
echo HOME=$RUN_HOME >> $GITHUB_ENV
mkdir -p $RUN_HOME
- name: Cache Submodules
id: cache-submodules
uses: actions/cache@v4
with:
path: .git/modules
key: submodules-${{ hashFiles('.gitmodules') }}-spot-ebs

- name: Checkout Submodules
shell: bash
run: |
git config --global --add safe.directory '*'
git submodule sync --recursive && git submodule update --init --recursive
git submodule update --init --recursive
# TODO reconsider how jq gets into image
- name: Setup jq
Expand Down

0 comments on commit 00a8787

Please sign in to comment.