Skip to content

Commit

Permalink
fix juce8 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
benkuper committed Oct 9, 2024
1 parent 124ef47 commit 0f3b3a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: benkuper/JUCE
ref: develop-local
ref: ${{ env.juce-branch }}
path: JUCE


Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: benkuper/JUCE
ref: develop-local
ref: ${{ env.juce-branch }}
path: JUCE

- name: Download Packages
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: benkuper/JUCE
ref: develop-local
ref: ${{ env.juce-branch }}
path: JUCE

- name: Installing dependencies
Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: benkuper/JUCE
ref: develop-local
ref: ${{ env.juce-branch }}
path: JUCE

- name: Download and prepare AppImage
Expand Down

0 comments on commit 0f3b3a8

Please sign in to comment.