Skip to content
Snippets Groups Projects
Verified Commit ca2dc3a0 authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Fix GHC HEAD CI

parent 41c60f93
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ jobs: ...@@ -59,7 +59,7 @@ jobs:
run: | run: |
set -eux set -eux
if [ "${{ matrix.ghc }}" == 'HEAD' ] ; then if [ "${{ matrix.ghc }}" == 'HEAD' ] ; then
ghcup install ghc -u 'https://gitlab.haskell.org/api/v4/projects/1/jobs/artifacts/master/raw/ghc-x86_64-deb10-linux.tar.xz?job=validate-x86_64-linux-deb10-hadrian' head ghcup install ghc -u 'https://gitlab.haskell.org/api/v4/projects/1/jobs/artifacts/master/raw/ghc-x86_64-linux-deb10-unreg-validate.tar.xz?job=x86_64-linux-deb10-unreg-validate' head
ghcup set ghc head ghcup set ghc head
else else
ghcup install ghc ${{ matrix.ghc }} ghcup install ghc ${{ matrix.ghc }}
......
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