Skip to content

Commit

Permalink
Set up caching of JUCE modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Danand committed Aug 2, 2023
1 parent bb5e87d commit 1cf9883
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release-vst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@ jobs:
path: JUCE/extras/Projucer/Builds/${{ matrix.os == 'ubuntu-latest' && 'LinuxMakefile' || 'VisualStudio2019' }}/build
key: Projucer-${{ matrix.os }}-${{ hashFiles('JUCE/extras/Projucer/Source/**') }}

- name: Restore JUCE modules cache
if: matrix.os == 'ubuntu-latest'
id: cache-juce-modules
uses: actions/cache@v3
with:
path: juicy-noise-fx/Builds/LinuxMakefile/build/intermediate/**/include_*
key: JUCE-modules-${{ matrix.os }}-${{ hashFiles('JUCE/modules/**') }}

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

0 comments on commit 1cf9883

Please sign in to comment.