Skip to content

Commit

Permalink
darn-windows-dots
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Sep 3, 2024
1 parent 6011eb3 commit f08e84a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:

- os: windows-latest
name: windows msvc Juce 8
cmakeArgs: -DCMAKE_BUILD_TYPE=Debug -DSST_JUCEGUI_JUCE_VERSION=8.0.1
cmakeArgs: -DCMAKE_BUILD_TYPE=Debug -DSST_JUCEGUI_JUCE_VERSION="8.0.1"

- os: macos-latest
name: macos Juce 8
cmakeArgs: -DCMAKE_BUILD_TYPE=Debug -DSST_JUCEGUI_JUCE_VERSION=8.0.1 -DCMAKE_OSX_ARCHITECTURES="arm64;x86_64"
cmakeArgs: -DCMAKE_BUILD_TYPE=Debug -DSST_JUCEGUI_JUCE_VERSION="8.0.1" -DCMAKE_OSX_ARCHITECTURES="arm64;x86_64"

- os: ubuntu-latest
name: ubuntu Juce 8
cmakeArgs: -DCMAKE_BUILD_TYPE=Debug -DSST_JUCEGUI_JUCE_VERSION=8.0.1
cmakeArgs: -DCMAKE_BUILD_TYPE=Debug -DSST_JUCEGUI_JUCE_VERSION="8.0.1"

- os: windows-latest
name: windows unity
Expand Down

0 comments on commit f08e84a

Please sign in to comment.