mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-16 08:04:55 -04:00
Try to workaround win32 CI issues
This commit is contained in:
parent
753b8ee893
commit
ae133acc59
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ if [ "$UPLATFORM" = "mac" ]; then
|
|||
export PATH="/opt/qt56sm/bin:$PATH"
|
||||
elif [ "$UPLATFORM" = "win32" ]; then
|
||||
# Install missing dependencies
|
||||
pacman -Syu --ignore pacman --noconfirm || exit 1
|
||||
pacman -S --noconfirm --needed zip unzip curl perl mingw-w64-i686-toolchain mingw-w64-i686-cmake || exit 1
|
||||
|
||||
# Fix PATH to support running shasum.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue