Skip to content

Commit 2cc093a

Browse files
committed
Fix CI Cache key.
1 parent 31f56cc commit 2cc093a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/all.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
${{ github.workspace }}/pedalboard/build/lib*
144144
${{ github.workspace }}/pedalboard/build/temp${{ github.workspace }}/pedalboard/pedalboard/juce_overrides
145145
${{ github.workspace }}/pedalboard/build/temp${{ github.workspace }}/pedalboard/vendors
146-
key: ${{ runner.os }}-${{ matrix.compiler }}-ccache
146+
key: ${{ matrix.os }}-${{ matrix.compiler }}-ccache
147147
- name: Build pedalboard locally
148148
env:
149149
CCACHE_DIR: ${{ github.workspace }}/.ccache
@@ -227,7 +227,7 @@ jobs:
227227
${{ github.workspace }}/pedalboard/build/lib*
228228
${{ github.workspace }}/pedalboard/build/temp${{ github.workspace }}/pedalboard/pedalboard/juce_overrides
229229
${{ github.workspace }}/pedalboard/build/temp${{ github.workspace }}/pedalboard/vendors
230-
key: ${{ runner.os }}-${{ matrix.compiler }}-ccache
230+
key: ${{ matrix.os }}-${{ matrix.compiler }}-ccache
231231
- name: Build pedalboard locally
232232
env:
233233
CCACHE_DIR: ${{ github.workspace }}/.ccache
@@ -339,7 +339,7 @@ jobs:
339339
${{ github.workspace }}/pedalboard/build/lib*
340340
${{ github.workspace }}/pedalboard/build/temp${{ github.workspace }}/pedalboard/pedalboard/juce_overrides
341341
${{ github.workspace }}/pedalboard/build/temp${{ github.workspace }}/pedalboard/vendors
342-
key: ${{ runner.os }}-${{ matrix.compiler }}-ccache
342+
key: ${{ matrix.os }}-${{ matrix.compiler }}-ccache
343343
- name: Build pedalboard locally
344344
env:
345345
CCACHE_DIR: ${{ github.workspace }}/.ccache
@@ -444,7 +444,7 @@ jobs:
444444
${{ github.workspace }}/pedalboard/build/lib*
445445
${{ github.workspace }}/pedalboard/build/temp${{ github.workspace }}/pedalboard/pedalboard/juce_overrides
446446
${{ github.workspace }}/pedalboard/build/temp${{ github.workspace }}/pedalboard/vendors
447-
key: ${{ runner.os }}-${{ matrix.compiler }}-ccache
447+
key: ${{ matrix.os }}-${{ matrix.compiler }}-ccache
448448
- name: Print Restored ${{ runner.os }} Objects
449449
run: ls -lashR ${{ github.workspace }}
450450
# Without this, distutils will recompile the extension even though we already have the .so built:
@@ -673,7 +673,7 @@ jobs:
673673
${{ github.workspace }}/pedalboard/build/lib*
674674
${{ github.workspace }}/pedalboard/build/temp${{ github.workspace }}/pedalboard/pedalboard/juce_overrides
675675
${{ github.workspace }}/pedalboard/build/temp${{ github.workspace }}/pedalboard/vendors
676-
key: ${{ runner.os }}-${{ matrix.compiler }}-ccache
676+
key: ${{ matrix.os }}-${{ matrix.compiler }}-ccache
677677
# Without this, distutils will recompile the extension even though we already have the shared object built:
678678
- name: Touch Restored ${{ runner.os }} Objects to Prevent Cache Miss
679679
if: runner.os == 'Linux' || runner.os == 'macOS'
@@ -787,7 +787,7 @@ jobs:
787787
${{ github.workspace }}/pedalboard/build/lib*
788788
${{ github.workspace }}/pedalboard/build/temp${{ github.workspace }}/pedalboard/pedalboard/juce_overrides
789789
${{ github.workspace }}/pedalboard/build/temp${{ github.workspace }}/pedalboard/vendors
790-
key: ${{ runner.os }}-clang-ccache
790+
key: ${{ matrix.os }}-clang-ccache
791791
- name: Build pedalboard locally
792792
env:
793793
DEBUG: "0"

0 commit comments

Comments
 (0)