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 d402a1b commit 259a995Copy full SHA for 259a995
.github/workflows/ci.yml
@@ -32,9 +32,8 @@ jobs:
32
- uses: actions/checkout@v4
33
- name: Setup toolchain
34
run: |
35
- which ghcup
36
- ghcup install cabal recommended
37
- ghcup install ghc --set ${{ matrix.ghc }}
+ 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
38
- uses: actions/cache@v4
39
name: Cache cabal stuff
40
with:
0 commit comments