Skip to content

Commit e76c19c

Browse files
Bodigrimhasufell
authored andcommitted
CI: tweak again
1 parent 259a995 commit e76c19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
- name: Setup toolchain
3434
run: |
3535
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
3736
- uses: actions/cache@v4
3837
name: Cache cabal stuff
3938
with:
@@ -43,6 +42,7 @@ jobs:
4342
key: ${{ runner.os }}-${{ matrix.ghc }}
4443
- name: Build
4544
run: |
45+
. ~/.ghcup/env
4646
ghc --version
4747
cabal --version
4848
cabal update

0 commit comments

Comments
 (0)