Skip to content

Commit

Permalink
Switch to using curl for downloading the image
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Feb 22, 2023
1 parent b3c8a94 commit e0d49a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/custopize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
run: |
mkdir build
cd build
wget ${{ env.OCTOPI_URL }} -O octopi.zip
curl -L -o octopi.zip ${{ env.OCTOPI_URL }}
unzip octopi.zip
rm octopi.zip
Expand Down

0 comments on commit e0d49a9

Please sign in to comment.