Skip to content

Commit ea93f10

Browse files
committed
Again
1 parent 42fa7dc commit ea93f10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bootstrap.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v2
2626
- name: bootstrap.py
2727
run: |
28-
python3 cabal-install/bootstrap.py -w /opt/ghc/8.6.5/bin/ghc -d bootstrap-deps-8.6.5.json
28+
python3 cabal-install/bootstrap.py -w /opt/ghc/8.6.5/bin/ghc -d bootstrap-deps-ghc-8.6.5.json
2929
- name: Smoke test
3030
run: |
3131
$HOME/.cabal/bin/cabal --version
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@v2
4646
- name: bootstrap.py
4747
run: |
48-
python3 cabal-install/bootstrap.py -w /opt/ghc/8.6.5/bin/ghc -d bootstrap-deps-8.6.5.json
48+
python3 cabal-install/bootstrap.py -w /opt/ghc/8.6.5/bin/ghc -d bootstrap-deps-ghc-8.6.5.json
4949
- name: Smoke test
5050
run: |
5151
$HOME/.cabal/bin/cabal --version

0 commit comments

Comments
 (0)