Skip to content

Commit

Permalink
workflows macx
Browse files Browse the repository at this point in the history
  • Loading branch information
ctlcltd committed Mar 27, 2024
1 parent 5d967ac commit 0fe68fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-macos-intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ jobs:
path: e2-sat-editor

- name: Setup Homebrew
continue-on-error: true
run: |
brew remove --ignore-dependencies --force $(brew list)
brew cleanup
brew update
brew install cmake ninja qt6 curl
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-macos-silicon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ jobs:
path: e2-sat-editor

- name: Setup Homebrew
continue-on-error: true
run: |
brew remove --ignore-dependencies --force $(brew list)
brew cleanup
brew update
brew install cmake ninja qt6 curl
Expand Down

0 comments on commit 0fe68fa

Please sign in to comment.