Skip to content

Commit

Permalink
Try decicion between arm and x64_86
Browse files Browse the repository at this point in the history
  • Loading branch information
florianbecker committed Nov 15, 2024
1 parent c078566 commit ee909bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
run: |
brew install ninja
brew install doxygen graphviz
brew install icu4c
brew install sqlite
arch -${{matrix.architecture}} brew install icu4c
arch -${{matrix.architecture}} brew install sqlite
if [ "${{matrix.compiler}}" = "xcode" ]; then
ls -ls /Applications/
Expand Down

0 comments on commit ee909bd

Please sign in to comment.