Force using JUCE 8.0.4 for now as there are build issues on Windows

pull/275/head
James H Ball 2025-01-08 22:17:36 +00:00
rodzic 0bd01e0984
commit 9366314348
2 zmienionych plików z 2 dodań i 6 usunięć

Wyświetl plik

@ -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/setup-nuget@v1.0.5

Wyświetl plik

@ -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