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 23221b6 commit bb5e87dCopy full SHA for bb5e87d
.github/workflows/release-vst.yml
@@ -59,6 +59,13 @@ jobs:
59
run: |
60
docker load -i ${{ env.BUILDER_IMAGE_FILE_UBUNTU }}
61
62
+ - name: Restore Projucer cache
63
+ id: cache-projucer
64
+ uses: actions/cache@v3
65
+ with:
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: Build for Linux
70
if: matrix.os == 'ubuntu-latest'
71
shell: bash
0 commit comments