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 f1c3baa commit 6a2d35b
Showing 1 changed file with 21 additions and 23 deletions.
44 changes: 21 additions & 23 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ jobs:
fail-fast: false

steps:
- name: Checkout repo
uses: actions/checkout@v2
with:
submodules: 'recursive'

- name: Set Variables
id: set_variables
uses: ./.github/actions/set-variables
with:
os: ${{ matrix.arch }}

- name: Checkout repo
uses: actions/checkout@v2
with:
submodules: 'recursive'

- name: Checkout JUCE
uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -109,26 +109,24 @@ jobs:
fail-fast: false

steps:
- name: Checkout repo
uses: actions/checkout@v2
with:
submodules: 'recursive'

- name: Set Variables
id: set_variables
uses: ./.github/actions/set-variables
with:
os: 'osx-${{ matrix.suffix }}'

- name: Checkout repo
uses: actions/checkout@v2
with:
submodules: 'recursive'

- name: Checkout JUCE
uses: actions/checkout@v2
with:
repository: benkuper/JUCE
ref: develop-local
path: JUCE



- name: Download Packages
run: |
curl -L -o Packages.dmg 'http://s.sudre.free.fr/Software/files/Packages.dmg'
Expand Down Expand Up @@ -181,19 +179,19 @@ jobs:
with:
submodules: 'recursive'

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

- name: Checkout JUCE
uses: actions/checkout@v2
with:
repository: benkuper/JUCE
ref: develop-local
path: JUCE

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

- name: Installing dependencies
id: install_deps
#shell: bash {0} # Opt out of fail-fast behavior (necessary to ignore fetch errors)
Expand Down Expand Up @@ -270,17 +268,17 @@ jobs:
fail-fast: false

steps:
- name: Checkout repo
uses: actions/checkout@v2
with:
submodules: 'recursive'

- name: Set Variables
id: set_variables
uses: ./.github/actions/set-variables
with:
os: ${{ matrix.arch }}

- name: Checkout repo
uses: actions/checkout@v2
with:
submodules: 'recursive'

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

0 comments on commit 6a2d35b

Please sign in to comment.