Skip to content

Commit bb5e87d

Browse files
committed
Set up caching of Projucer
1 parent 23221b6 commit bb5e87d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release-vst.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ jobs:
5959
run: |
6060
docker load -i ${{ env.BUILDER_IMAGE_FILE_UBUNTU }}
6161
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+
6269
- name: Build for Linux
6370
if: matrix.os == 'ubuntu-latest'
6471
shell: bash

0 commit comments

Comments
 (0)