Skip to content

Commit

Permalink
fix ci x86_64 brew install
Browse files Browse the repository at this point in the history
  • Loading branch information
victorwads committed Aug 14, 2024
1 parent 9fd08b2 commit 5dbdeb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/macos_bundle_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5dbdeb9

Please sign in to comment.