We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd01b5 commit f75dab5Copy full SHA for f75dab5
.github/workflows/main.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Install MLton and gmp (macos)
41
if: ${{ env.OS == 'darwin' }}
42
run: |
43
- brew install mlton gmp
+ brew install mlton libgmp
44
mlton
45
46
- name: Install MLKit and smlpkg
0 commit comments