We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1396113 commit ce16c13Copy full SHA for ce16c13
1 file changed
.github/workflows/release.yml
@@ -102,7 +102,7 @@ jobs:
102
run: |
103
choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System' -y
104
# Install MinGW-native OpenSSL via MSYS2 (provides libcrypto.a / libssl.a for MinGW)
105
- C:/msys64/usr/bin/pacman -S --noconfirm mingw-w64-x86_64-openssl mingw-w64-x86_64-pkg-config
+ C:/msys64/usr/bin/pacman -S --noconfirm mingw-w64-x86_64-gcc mingw-w64-x86_64-openssl mingw-w64-x86_64-pkg-config
106
107
- name: Pre-build picoquic with bash (MSYS2 MinGW)
108
shell: bash
0 commit comments