We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c71a78 commit 01f0982Copy full SHA for 01f0982
.github/workflows/main.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Install MLKit (macos)
50
if: ${{ env.OS == 'darwin' && matrix.mlcomp == 'mlkit' }}
51
run: |
52
- brew install mlkit
+ arch -x86_64 brew install mlkit
53
mlkit --version
54
55
- name: Install MLton (macos)
0 commit comments