Skip to content

Commit

Permalink
Force using JUCE 8.0.4 for now as there are build issues on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshball committed Jan 8, 2025
1 parent 0bd01e0 commit 9366314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,6 @@ jobs:
token: ${{ secrets.ACCESS_TOKEN }}
submodules: true

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2
with:
msbuild-architecture: x64

- name: Setup NuGet.exe for use with actions
uses: NuGet/[email protected]

Expand Down
3 changes: 2 additions & 1 deletion ci/setup-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ elif [ "$OS" = "mac" ]; then
PROJUCER_OS="osx"
fi

curl -s -S -L "https://api.juce.com/api/v1/download/juce/latest/$PROJUCER_OS" -o Projucer.zip
# curl -s -S -L "https://api.juce.com/api/v1/download/juce/latest/$PROJUCER_OS" -o Projucer.zip
curl -s -S -L "https://github.com/juce-framework/JUCE/releases/download/8.0.4/juce-8.0.4-$PROJUCER_OS.zip" -o Projucer.zip
unzip Projucer.zip

# Set Projucer path based on OS
Expand Down

0 comments on commit 9366314

Please sign in to comment.