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 26d2203 commit acc1e17
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
- 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
- name: Run build
working-directory: ./MatchBot
run: make
Expand Down

0 comments on commit acc1e17

Please sign in to comment.