We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e47cee commit bdd1659Copy full SHA for bdd1659
.github/workflows/mhs.yml
@@ -10,5 +10,5 @@ jobs:
10
- uses: actions/checkout@v4
11
- uses: sol/setup-MicroHs@nightly
12
- run: mcabal -r install "--git=https://github.com/hspec/hspec --branch=micro-hs" --dir=hspec-core hspec-core
13
- - run: mcabal -r install "--git=https://github.com/hspec/hspec --branch=micro-hs" hspec
+ - run: mcabal -r install "--git=https://github.com/hspec/hspec" hspec
14
- run: mcabal -r build
0 commit comments