kopia lustrzana https://github.com/jameshball/osci-render
Force using JUCE 8.0.4 for now as there are build issues on Windows
rodzic
0bd01e0984
commit
9366314348
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue