Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileYzn authored Sep 11, 2024
1 parent acc1e17 commit 627e1b0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 627e1b0

Please sign in to comment.