We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 339df02 commit 7a8c275Copy full SHA for 7a8c275
.github/workflows/build-windows.yaml
@@ -151,7 +151,7 @@ jobs:
151
echo %%~d | findstr /C:"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise" > nul && set _vs_path=!_vs_path!;%%~d
152
)
153
SET PATH="%_vs_path%;%PATH%"
154
- C:\msys64\usr\bin\bash.exe -lc "pacman -S --noconfirm python-pip libtool autoconf automake-wrapper"
+ C:\msys64\usr\bin\bash.exe -lc "pacman -S --noconfirm libc6-dev python-pip libtool autoconf automake-wrapper"
155
C:\msys64\usr\bin\bash.exe -lc "python3 -m pip install pypiwin32"
156
C:\msys64\usr\bin\bash.exe -lc "rm -f `which link`"
157
C:\msys64\usr\bin\bash.exe -lc "cd '%_ovs_dir%' && ./boot.sh"
0 commit comments