Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
melsman committed Dec 9, 2024
1 parent f75dab5 commit e35360c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
- name: Install MLton and gmp (macos)
if: ${{ env.OS == 'darwin' }}
run: |
brew install mlton libgmp
brew update && brew install gmp
brew install mlton
mlton
- name: Install MLKit and smlpkg
Expand Down

0 comments on commit e35360c

Please sign in to comment.