Skip to content

Commit

Permalink
enable cross-os submodule cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mickflemm committed Nov 10, 2024
1 parent 40de08b commit 1524e78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- name: Setup submodule cache
uses: actions/cache@v4
with:
enableCrossOsArchive: true
path: ${{ env.submodule_paths }}
key: submodule-cache-${{ github.run_id }}-${{ github.run_attempt }}

Expand Down Expand Up @@ -73,6 +74,7 @@ jobs:
- name: Load submodule cache
uses: actions/cache/restore@v4
with:
enableCrossOsArchive: true
path: ${{ env.submodule_paths }}
key: submodule-cache-${{ github.run_id }}-${{ github.run_attempt }}

Expand Down Expand Up @@ -145,6 +147,7 @@ jobs:
- name: Load submodule cache
uses: actions/cache/restore@v4
with:
enableCrossOsArchive: true
path: ${{ env.submodule_paths }}
key: submodule-cache-${{ github.run_id }}-${{ github.run_attempt }}

Expand Down

0 comments on commit 1524e78

Please sign in to comment.