From ab9eddcdb6318e6a71565656ea55585a13288f1f Mon Sep 17 00:00:00 2001 From: Cleverson Date: Tue, 10 Sep 2024 16:59:14 -0300 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f03b22c..234f6fe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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