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 6a2d35b commit 124ef47
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 @@ -180,10 +180,10 @@ jobs:
submodules: 'recursive'

- name: Set Variables
id: set_variables
uses: ./.github/actions/set-variables
with:
os: 'x64'
id: set_variables
uses: ./.github/actions/set-variables
with:
os: 'x64'

- name: Checkout JUCE
uses: actions/checkout@v2
Expand Down

0 comments on commit 124ef47

Please sign in to comment.