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 ab9eddc commit e190b59
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 @@ -17,10 +17,10 @@ jobs:
uses: actions/checkout@v4

- name: Update Repository
run: sudo pacman --noconfirm -Syyu
run: pacman --noconfirm -Syyu

- name: Update repository
run: sudo pacman --noconfirm -S --needed git base-devel wget unzip mingw-w64
run: pacman --noconfirm -S --needed git base-devel wget unzip mingw-w64

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

0 comments on commit e190b59

Please sign in to comment.