Skip to content

Commit

Permalink
Update Windows Workflow (You can not use wget!)
Browse files Browse the repository at this point in the history
  • Loading branch information
justaCasualCoder committed Dec 23, 2023
1 parent f55f395 commit c070202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
pip install -r requirements.txt
- name: Download Heimdall
run: |
wget https://bitbucket.org/benjamin_dobell/heimdall/downloads/heimdall-suite-1.4.0-win32.zip
unzip heimdall-suite-1.4.0-win32.zip -d heimdall
Invoke-WebRequest https://bitbucket.org/benjamin_dobell/heimdall/downloads/heimdall-suite-1.4.0-win32.zip -OutFile heimdall.zip
unzip heimdall.zip -d heimdall
mv "heimdall/Heimdall Suite/"* heimdall
rm heimdall/Qt*
rmdir "heimdall/Heimdall Suite"
Expand Down

0 comments on commit c070202

Please sign in to comment.