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 4d63ec3 commit 30440e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
linux:
name: Linux Build
runs-on: ubuntu-latest
container: archlinux
container: archlinux:multilib-devel

steps:
- name: Setup Checkout
Expand All @@ -20,7 +20,7 @@ jobs:
run: pacman --noconfirm -Syyu

- name: Update repository
run: yes | pacman --noconfirm -S --needed git base-devel multilib-devel wget unzip yay lib32-gcc-libs lib32-glibc
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 30440e1

Please sign in to comment.