We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e35360c commit bbc3153Copy full SHA for bbc3153
.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 update && brew install gmp
+ arch -x86_64 brew install gmp
44
brew install mlton
45
mlton
46
0 commit comments