Skip to content

Commit 71e9b3b

Browse files
authored
Merge pull request #904 from DeusData/fix/smoke-windows-native-curl
fix(smoke): use native mingw curl in windows smoke (arm64 emulation)
2 parents 6ff2f66 + 594949d commit 71e9b3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/_smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,10 @@ jobs:
195195
path-type: inherit
196196
install: >-
197197
mingw-w64-clang-${{ matrix.arch == 'arm64' && 'aarch64' || 'x86_64' }}-python3
198+
mingw-w64-clang-${{ matrix.arch == 'arm64' && 'aarch64' || 'x86_64' }}-curl
198199
unzip
199200
zip
200201
coreutils
201-
curl
202202
203203
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
204204
with:

0 commit comments

Comments
 (0)