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 10, 2024
1 parent 636d19f commit ab9eddc
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,11 @@ jobs:
- name: Setup Checkout
uses: actions/checkout@v4

- name: Add i386 architecture
run: sudo dpkg --add-architecture i386
- name: Update Repository
run: sudo pacman --noconfirm -Syyu

- name: Update repository
run: sudo apt-get update

- name: Install build dependencies
run: sudo apt-get install -qq -y wget unzip build-essential mingw-w64
run: sudo pacman --noconfirm -S --needed git base-devel wget unzip mingw-w64

- name: Run build
working-directory: ./MatchBot
Expand Down

0 comments on commit ab9eddc

Please sign in to comment.