Skip to content

Commit 7a8c275

Browse files
committed
ci: fix windows build
Signed-off-by: zhangzujian <[email protected]>
1 parent 339df02 commit 7a8c275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-windows.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
echo %%~d | findstr /C:"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise" > nul && set _vs_path=!_vs_path!;%%~d
152152
)
153153
SET PATH="%_vs_path%;%PATH%"
154-
C:\msys64\usr\bin\bash.exe -lc "pacman -S --noconfirm python-pip libtool autoconf automake-wrapper"
154+
C:\msys64\usr\bin\bash.exe -lc "pacman -S --noconfirm libc6-dev python-pip libtool autoconf automake-wrapper"
155155
C:\msys64\usr\bin\bash.exe -lc "python3 -m pip install pypiwin32"
156156
C:\msys64\usr\bin\bash.exe -lc "rm -f `which link`"
157157
C:\msys64\usr\bin\bash.exe -lc "cd '%_ovs_dir%' && ./boot.sh"

0 commit comments

Comments
 (0)