Skip to content

Commit 01f0982

Browse files
committed
fix
1 parent 6c71a78 commit 01f0982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Install MLKit (macos)
5050
if: ${{ env.OS == 'darwin' && matrix.mlcomp == 'mlkit' }}
5151
run: |
52-
brew install mlkit
52+
arch -x86_64 brew install mlkit
5353
mlkit --version
5454
5555
- name: Install MLton (macos)

0 commit comments

Comments
 (0)