Skip to content

Commit

Permalink
use -zero instead of -bldtst + -nozlib
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Nov 10, 2023
1 parent ca8770a commit 30e4b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/curl-for-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
mv curl-for-win/* .
export CW_GET='curl'
export CW_PKG_NODELETE='1'
export CW_CONFIG='${{ github.ref_name }}-dev-nozlib-pico-win'
export CW_CONFIG='${{ github.ref_name }}-dev-zero-win'
export CW_REVISION='${{ github.sha }}'
. ./_versions.sh
docker trust inspect --pretty "${DOCKER_IMAGE}"
Expand Down

0 comments on commit 30e4b57

Please sign in to comment.