pacman --noconfirm

This commit is contained in:
Srevin Saju 2020-08-26 16:30:57 +03:00
parent cc94197401
commit 98f4c205bb
No known key found for this signature in database
GPG key ID: 1007816766D390D7

View file

@ -37,8 +37,8 @@ jobs:
- uses: actions/checkout@v2
- name: Set up User
run: |
pacman -Syu
pacman -S sudo
pacman -Syu --noconfirm
pacman -S sudo --noconfirm
sed -i 's,# %wheel ALL=(ALL) ALL,%wheel\tALL=(ALL)\tNOPASSWD:ALL,g' /etc/sudoers
useradd -m github
usermod -aG wheel github
@ -46,9 +46,9 @@ jobs:
- name: Install git
run: |
sudo pacman -S git wget curl jq unzip
sudo pacman -S gcc cmake pkgconf
sudo pacman -S meson sdl2 ffmpeg android-tools
sudo pacman -S git wget curl jq unzip --noconfirm
sudo pacman -S gcc cmake pkgconf --noconfirm
sudo pacman -S meson sdl2 ffmpeg android-tools --noconfirm
- name: Clone scrcpy
run: |