mirror of
https://github.com/curl/curl.git
synced 2026-05-30 05:47:28 +03:00
parent
37cecfc7b9
commit
af8e1aa4b0
1 changed files with 3 additions and 3 deletions
6
.github/workflows/curl-for-win.yml
vendored
6
.github/workflows/curl-for-win.yml
vendored
|
|
@ -147,8 +147,8 @@ jobs:
|
|||
"${DOCKER_IMAGE}" \
|
||||
sh -c ./_ci-linux-debian.sh
|
||||
|
||||
win-gcc-libssh-zlibold-x86:
|
||||
name: 'Windows gcc libssh zlib-classic (x86)'
|
||||
win-gcc-zlibold-x86:
|
||||
name: 'Windows gcc zlib-classic (x86)'
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
steps:
|
||||
|
|
@ -161,7 +161,7 @@ jobs:
|
|||
run: |
|
||||
git clone --depth 1 https://github.com/curl/curl-for-win
|
||||
mv curl-for-win/* .
|
||||
export CW_CONFIG='-main-werror-unitybatch-win-x86-gcc-libssh1-zlibng'
|
||||
export CW_CONFIG='-main-werror-unitybatch-win-x86-gcc-zlibng'
|
||||
export CW_REVISION="${GITHUB_SHA}"
|
||||
. ./_versions.sh
|
||||
sudo podman image trust set --type reject default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue