Skip to content
Snippets Groups Projects
Commit e76c19c8 authored by Bodigrim's avatar Bodigrim Committed by Julian Ospald
Browse files

CI: tweak again

parent 259a995c
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,6 @@ jobs:
- name: Setup toolchain
run: |
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
. ~/.ghcup/env
- uses: actions/cache@v4
name: Cache cabal stuff
with:
......@@ -43,6 +42,7 @@ jobs:
key: ${{ runner.os }}-${{ matrix.ghc }}
- name: Build
run: |
. ~/.ghcup/env
ghc --version
cabal --version
cabal update
......
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