Skip to content

Commit bbc3153

Browse files
committed
fix
1 parent e35360c commit bbc3153

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
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install MLton and gmp (macos)
4141
if: ${{ env.OS == 'darwin' }}
4242
run: |
43-
brew update && brew install gmp
43+
arch -x86_64 brew install gmp
4444
brew install mlton
4545
mlton
4646

0 commit comments

Comments
 (0)