Skip to content

Commit

Permalink
Set up caching of Projucer
Browse files Browse the repository at this point in the history
  • Loading branch information
Danand committed Aug 2, 2023
1 parent 23221b6 commit bb5e87d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release-vst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ jobs:
run: |
docker load -i ${{ env.BUILDER_IMAGE_FILE_UBUNTU }}
- name: Restore Projucer cache
id: cache-projucer
uses: actions/cache@v3
with:
path: JUCE/extras/Projucer/Builds/${{ matrix.os == 'ubuntu-latest' && 'LinuxMakefile' || 'VisualStudio2019' }}/build
key: Projucer-${{ matrix.os }}-${{ hashFiles('JUCE/extras/Projucer/Source/**') }}

- name: Build for Linux
if: matrix.os == 'ubuntu-latest'
shell: bash
Expand Down

0 comments on commit bb5e87d

Please sign in to comment.