Skip to content

Commit e35360c

Browse files
committed
fix
1 parent f75dab5 commit e35360c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
- name: Install MLton and gmp (macos)
4141
if: ${{ env.OS == 'darwin' }}
4242
run: |
43-
brew install mlton libgmp
43+
brew update && brew install gmp
44+
brew install mlton
4445
mlton
4546
4647
- name: Install MLKit and smlpkg

0 commit comments

Comments
 (0)