File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 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 .
You can’t perform that action at this time.
0 commit comments