We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e12ab commit 72fc4f4Copy full SHA for 72fc4f4
.github/workflows/main.yml
@@ -69,7 +69,7 @@ jobs:
69
continue
70
fi
71
72
- cabal install --enable-test --install-method=copy --installdir=./bin "${package}"
+ cabal install --install-method=copy --installdir=./bin "${package}"
73
done
74
- name: "Run tests"
75
shell: bash
0 commit comments