Skip to content
Snippets Groups Projects
Unverified Commit d83c38b5 authored by Mikolaj Konarski's avatar Mikolaj Konarski
Browse files

Add ghcup install call to boostrap script to be future safe

parent 45443c81
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ jobs:
- uses: actions/checkout@v2
- name: bootstrap.py
run: |
ghcup install ghc 8.10.7
python3 bootstrap/bootstrap.py -w $(ghcup whereis ghc 8.10.7) -d bootstrap/linux-8.10.7.json
- name: Smoke test
......@@ -42,6 +43,7 @@ jobs:
# We use linux dependencies
- name: bootstrap.py
run: |
ghcup install ghc 8.10.7
python3 bootstrap/bootstrap.py -w $(ghcup whereis ghc 8.10.7) -d bootstrap/linux-8.10.7.json
- name: Smoke test
......
......@@ -22,6 +22,7 @@ jobs:
- uses: actions/checkout@v2
- name: bootstrap.py
run: |
ghcup install ghc 8.10.7
python3 bootstrap/bootstrap.py -w $(ghcup whereis ghc 8.10.7) -d bootstrap/linux-8.10.7.json
- name: Smoke test
......@@ -42,6 +43,7 @@ jobs:
# We use linux dependencies
- name: bootstrap.py
run: |
ghcup install ghc 8.10.7
python3 bootstrap/bootstrap.py -w $(ghcup whereis ghc 8.10.7) -d bootstrap/linux-8.10.7.json
- name: Smoke test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment