Skip to content

Commit ce16c13

Browse files
committed
Fix Windows slipstream: install mingw-w64-x86_64-gcc via pacman so gcc.exe exists
1 parent 1396113 commit ce16c13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
run: |
103103
choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System' -y
104104
# 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
105+
C:/msys64/usr/bin/pacman -S --noconfirm mingw-w64-x86_64-gcc mingw-w64-x86_64-openssl mingw-w64-x86_64-pkg-config
106106
107107
- name: Pre-build picoquic with bash (MSYS2 MinGW)
108108
shell: bash

0 commit comments

Comments
 (0)