Skip to content

Commit

Permalink
try printing the environment
Browse files Browse the repository at this point in the history
  • Loading branch information
rudymatela committed Jul 6, 2023
1 parent ffdb6fd commit 34a72a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ jobs:
- run: cabal update
- run: cabal install --lib leancheck

- run: ghc hello.hs -o hello

- run: ghc-pkg list
- run: cat /home/runner/.ghc/x86_64-linux-9.6.2/environments/default || true

- run: ghc hello.hs -o hello

- run: make
- run: make test
Expand Down

0 comments on commit 34a72a1

Please sign in to comment.