Skip to content

Commit e0d49a9

Browse files
committed
Switch to using curl for downloading the image
1 parent b3c8a94 commit e0d49a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/custopize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
run: |
137137
mkdir build
138138
cd build
139-
wget ${{ env.OCTOPI_URL }} -O octopi.zip
139+
curl -L -o octopi.zip ${{ env.OCTOPI_URL }}
140140
141141
unzip octopi.zip
142142
rm octopi.zip

0 commit comments

Comments
 (0)