Browse Source

[gha] XP: noconfirm for pacman

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/1742/head
R4SAS 2 years ago
parent
commit
9f1106b14a
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 6
      .github/workflows/build-windows.yml

6
.github/workflows/build-windows.yml

@ -53,15 +53,15 @@ jobs: @@ -53,15 +53,15 @@ jobs:
pushd mingw-w64-headers-git
sed -i 's/0x601/0x501/' PKGBUILD
MINGW_ARCH=mingw32 makepkg-mingw -sCLf --noconfirm
pacman -U mingw-w64-i686-headers-git-*-any.pkg.tar.zst
pacman --noconfirm -U mingw-w64-i686-headers-git-*-any.pkg.tar.zst
popd
pushd mingw-w64-crt-git
MINGW_ARCH=mingw32 makepkg-mingw -sCLf --noconfirm
pacman -U mingw-w64-i686-crt-git-*-any.pkg.tar.zst
pacman --noconfirm -U mingw-w64-i686-crt-git-*-any.pkg.tar.zst
popd
pushd mingw-w64-winpthreads-git
MINGW_ARCH=mingw32 makepkg-mingw -sCLf --noconfirm
pacman -U mingw-w64-i686-libwinpthread-git-*-any.pkg.tar.zst mingw-w64-i686-winpthreads-git-*-any.pkg.tar.zst
pacman --noconfirm -U mingw-w64-i686-libwinpthread-git-*-any.pkg.tar.zst mingw-w64-i686-winpthreads-git-*-any.pkg.tar.zst
popd
popd
- name: Build application

Loading…
Cancel
Save