We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c078566 commit ee909bdCopy full SHA for ee909bd
.github/workflows/macos.yml
@@ -67,8 +67,8 @@ jobs:
67
run: |
68
brew install ninja
69
brew install doxygen graphviz
70
- brew install icu4c
71
- brew install sqlite
+ arch -${{matrix.architecture}} brew install icu4c
+ arch -${{matrix.architecture}} brew install sqlite
72
73
if [ "${{matrix.compiler}}" = "xcode" ]; then
74
ls -ls /Applications/
0 commit comments