Skip to content

Commit f4c1e9c

Browse files
authored
Update curl-for-win.yml
1 parent aca476f commit f4c1e9c

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/curl-for-win.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848
timeout-minutes: 10
4949
steps:
50-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
50+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5151
with:
5252
persist-credentials: false
5353
path: 'curl'
@@ -76,7 +76,7 @@ jobs:
7676
runs-on: ubuntu-latest
7777
timeout-minutes: 5
7878
steps:
79-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
79+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
8080
with:
8181
persist-credentials: false
8282
path: 'curl'
@@ -103,7 +103,7 @@ jobs:
103103
runs-on: ubuntu-latest
104104
timeout-minutes: 10
105105
steps:
106-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
106+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
107107
with:
108108
persist-credentials: false
109109
path: 'curl'
@@ -132,7 +132,7 @@ jobs:
132132
env:
133133
CW_JOBS: '4'
134134
steps:
135-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
135+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
136136
with:
137137
persist-credentials: false
138138
path: 'curl'
@@ -150,7 +150,7 @@ jobs:
150150
runs-on: ubuntu-latest
151151
timeout-minutes: 10
152152
steps:
153-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
153+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
154154
with:
155155
persist-credentials: false
156156
path: 'curl'
@@ -159,7 +159,7 @@ jobs:
159159
run: |
160160
git clone --depth 1 https://github.com/curl/curl-for-win
161161
mv curl-for-win/* .
162-
export CW_CONFIG='-main-werror-unitybatch-win-x64'
162+
export CW_CONFIG='-main-werror-unitybatch-win-x64-noWINE'
163163
export CW_REVISION="${GITHUB_SHA}"
164164
. ./_versions.sh
165165
sudo podman image trust set --type reject default
@@ -177,7 +177,7 @@ jobs:
177177
runs-on: ubuntu-latest
178178
timeout-minutes: 10
179179
steps:
180-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
180+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
181181
with:
182182
persist-credentials: false
183183
path: 'curl'
@@ -186,7 +186,7 @@ jobs:
186186
run: |
187187
git clone --depth 1 https://github.com/curl/curl-for-win
188188
mv curl-for-win/* .
189-
export CW_CONFIG='-main-werror-unitybatch-win-x64-gcc-zlibold'
189+
export CW_CONFIG='-main-werror-unitybatch-win-x64-gcc-zlibold-noWINE'
190190
export CW_REVISION="${GITHUB_SHA}"
191191
. ./_versions.sh
192192
sudo podman image trust set --type reject default

0 commit comments

Comments
 (0)