8000 Try decicion between arm and x64_86 · VXAPPS/sqlite_functions@ee909bd · GitHub
[go: up one dir, main page]

Skip to content

Commit ee909bd

Browse files
committed
Try decicion between arm and x64_86
1 parent c078566 commit ee909bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767
run: |
6868
brew install ninja
6969
brew install doxygen graphviz
70-
brew install icu4c
71-
brew install sqlite
70+
arch -${{matrix.architecture}} brew install icu4c
71+
arch -${{matrix.architecture}} brew install sqlite
7272
7373
if [ "${{matrix.compiler}}" = "xcode" ]; then
7474
ls -ls /Applications/

0 commit comments

Comments
 (0)
0