From 5dbdeb90e3305f95f64a56bb7fd4df984259b58d Mon Sep 17 00:00:00 2001 From: Victor Wads Date: Wed, 14 Aug 2024 16:14:20 -0300 Subject: [PATCH] fix ci x86_64 brew install --- .github/workflows/macos_bundle_x86_64.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/macos_bundle_x86_64.yml b/.github/workflows/macos_bundle_x86_64.yml index a10c779..f3da283 100644 --- a/.github/workflows/macos_bundle_x86_64.yml +++ b/.github/workflows/macos_bundle_x86_64.yml @@ -15,11 +15,10 @@ jobs: - name: Install Homebrew run: | - /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" + arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" - name: Build run: | - cd macOs/ arch -x86_64 ./signApp.sh