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 42fa7dc commit ea93f10Copy full SHA for ea93f10
.github/workflows/bootstrap.yml
@@ -25,7 +25,7 @@ jobs:
25
- uses: actions/checkout@v2
26
- name: bootstrap.py
27
run: |
28
- python3 cabal-install/bootstrap.py -w /opt/ghc/8.6.5/bin/ghc -d bootstrap-deps-8.6.5.json
+ python3 cabal-install/bootstrap.py -w /opt/ghc/8.6.5/bin/ghc -d bootstrap-deps-ghc-8.6.5.json
29
- name: Smoke test
30
31
$HOME/.cabal/bin/cabal --version
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
51
0 commit comments