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 259a995 commit e76c19cCopy full SHA for e76c19c
.github/workflows/ci.yml
@@ -33,7 +33,6 @@ jobs:
33
- name: Setup toolchain
34
run: |
35
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 BOOTSTRAP_HASKELL_INSTALL_NO_STACK=1 BOOTSTRAP_HASKELL_GHC_VERSION=${{ matrix.ghc }} BOOTSTRAP_HASKELL_ADJUST_BASHRC=yes sh
36
- . ~/.ghcup/env
37
- uses: actions/cache@v4
38
name: Cache cabal stuff
39
with:
@@ -43,6 +42,7 @@ jobs:
43
42
key: ${{ runner.os }}-${{ matrix.ghc }}
44
- name: Build
45
+ . ~/.ghcup/env
46
ghc --version
47
cabal --version
48
cabal update
0 commit comments