We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ff2f66 + 594949d commit 71e9b3bCopy full SHA for 71e9b3b
1 file changed
.github/workflows/_smoke.yml
@@ -195,10 +195,10 @@ jobs:
195
path-type: inherit
196
install: >-
197
mingw-w64-clang-${{ matrix.arch == 'arm64' && 'aarch64' || 'x86_64' }}-python3
198
+ mingw-w64-clang-${{ matrix.arch == 'arm64' && 'aarch64' || 'x86_64' }}-curl
199
unzip
200
zip
201
coreutils
- curl
202
203
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
204
with:
0 commit comments