Skip to content

Commit b039d68

Browse files
🏛️ Include architecture in caches
1 parent a5d6864 commit b039d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
121121
with:
122122
path: ./hugo_cache/
123-
key: ${{ matrix.runs-on }}-hugo-experimental-${{ steps.setup-go.outputs.go-version }}
123+
key: ${{ matrix.runs-on }}-${{ matrix.architecture}}-hugo-experimental-${{ steps.setup-go.outputs.go-version }}
124124

125125
- name: Install Python dependencies
126126
run: python -m pip install build virtualenv nox auditwheel

0 commit comments

Comments
 (0)