Skip to content

Commit

Permalink
update windows workflow arg
Browse files Browse the repository at this point in the history
  • Loading branch information
vsicurella committed Jul 7, 2024
1 parent 965668f commit 83714bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-lte.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- uses: microsoft/[email protected]
- name: Install JUCE to C:\
run: |
Invoke-WebRequest https://github.com/juce-framework/JUCE/releases/download/6.1.6/juce-6.1.6-windows.zip -O juce-6.1.6-windows.zip
Invoke-WebRequest https://github.com/juce-framework/JUCE/releases/download/6.1.6/juce-6.1.6-windows.zip -OutFile juce-6.1.6-windows.zip
7z x juce-6.1.6-windows.zip -oC:\
- name: Build Lumatone Editor
run: |
Expand All @@ -96,4 +96,3 @@ jobs:
name: LumatoneEditor-Windows
path: Libraries/win64/bin/*.dll
if-no-files-found: error

0 comments on commit 83714bb

Please sign in to comment.