Skip to content

Commit db9523e

Browse files
committed
CI: JUCE is now built in _deps, break plugin cache
1 parent c4c79bf commit db9523e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
# This needs to be absolute to make action/cache happy
6363
WORKING_DIR=$(pwd)
64-
echo "PLUGIN_CACHE_PATH=$WORKING_DIR/modules/juce/Builds/examples/Plugins" >> $GITHUB_ENV
64+
echo "PLUGIN_CACHE_PATH=$WORKING_DIR/_deps/juce-build/examples/Plugins" >> $GITHUB_ENV
6565
6666
- name: Install dependencies (Linux)
6767
if: ${{ matrix.name == 'Linux' }}
@@ -112,11 +112,10 @@ jobs:
112112
with:
113113
path: ${{ env.PLUGIN_CACHE_PATH }}
114114
# Increment the version in the key below to manually break plugin cache
115-
key: v7-${{ runner.os }}-${{ env.JUCE_SHA1 }}
115+
key: v8-${{ runner.os }}-${{ env.JUCE_SHA1 }}
116116

117117
- name: Build JUCE example plugins
118118
if: steps.cache-plugins.outputs.cache-hit != 'true'
119-
working-directory: modules/juce
120119
shell: bash
121120
run: |
122121
cmake -B Builds -DJUCE_BUILD_EXAMPLES=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache .

0 commit comments

Comments
 (0)