Skip to content

Commit

Permalink
fixup-2
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Nov 9, 2023
1 parent 5ee8fb6 commit 960928c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/curl-for-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
CW_LLVM_MINGW_DL: '1'
CW_LLVM_MINGW_ONLY: '0'
run: |
ls -lA
git clone --depth 1 https://github.com/curl/curl-for-win .
git clone --depth 1 https://github.com/curl/curl-for-win
mv curl-for-win/* curl-for-win/.* .
rmdir curl-for-win
export CW_GET='curl'
export CW_NOPKG='1'
export CW_CONFIG='${{ github.ref_name }}-dev-nozlib-pico-win'
Expand Down

0 comments on commit 960928c

Please sign in to comment.