We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5e87d commit 1cf9883Copy full SHA for 1cf9883
.github/workflows/release-vst.yml
@@ -66,6 +66,14 @@ jobs:
66
path: JUCE/extras/Projucer/Builds/${{ matrix.os == 'ubuntu-latest' && 'LinuxMakefile' || 'VisualStudio2019' }}/build
67
key: Projucer-${{ matrix.os }}-${{ hashFiles('JUCE/extras/Projucer/Source/**') }}
68
69
+ - name: Restore JUCE modules cache
70
+ if: matrix.os == 'ubuntu-latest'
71
+ id: cache-juce-modules
72
+ uses: actions/cache@v3
73
+ with:
74
+ path: juicy-noise-fx/Builds/LinuxMakefile/build/intermediate/**/include_*
75
+ key: JUCE-modules-${{ matrix.os }}-${{ hashFiles('JUCE/modules/**') }}
76
+
77
- name: Build for Linux
78
if: matrix.os == 'ubuntu-latest'
79
shell: bash
0 commit comments