From 627e1b0112a425b5b55895a75a38e5e4c2fbcc62 Mon Sep 17 00:00:00 2001 From: Cleverson Date: Tue, 10 Sep 2024 23:05:43 -0300 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f356c0b..9f122fa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,13 +20,7 @@ jobs: run: pacman --noconfirm -Syyu - name: Update repository - run: yes | pacman --noconfirm -S --needed git base-devel wget unzip mingw-w64 lib32-gcc-libs lib32-glibc - - - name: Install AUR Helper (YAY) - run: | - git clone https://aur.archlinux.org/yay.git - cd yay - yes | makepkg -si + run: yes | pacman --noconfirm -S --needed git base-devel wget unzip yay lib32-gcc-libs lib32-glibc - name: Run build working-directory: ./MatchBot