Skip to content

Commit

Permalink
debug ghcup install output
Browse files Browse the repository at this point in the history
  • Loading branch information
robx committed Dec 7, 2023
1 parent c55f673 commit 96b0960
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
- uses: actions/checkout@v3
- name: ghcup
run: |
ghcup install ghc ${{ matrix.ghc }}
ghcup install ghc ${{ matrix.ghc }} || true
ls /usr/local/.ghcup/logs
cat /usr/local/.ghcup/logs/*
ghcup set ghc ${{ matrix.ghc }}
ghcup install cabal latest
ghcup set cabal latest
Expand Down

0 comments on commit 96b0960

Please sign in to comment.