Skip to content

Commit e7273d8

Browse files
committed
fixes
1 parent 84daa88 commit e7273d8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,7 @@ jobs:
8888
os: ${{ runner.os }}
8989

9090
- name: Build
91-
run: |
92-
echo "PATH: ${PATH}"
93-
which ghc
94-
ghc --version
95-
ghcup list
96-
cabal build
91+
run: cabal build
9792

9893
- name: Set test options
9994
# run the tests without parallelism, otherwise tasty will attempt to run

0 commit comments

Comments
 (0)