Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wz1000 committed Mar 22, 2023
1 parent ccc1d0f commit ead6b87
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,7 @@ jobs:
os: ${{ runner.os }}

- name: Build
run: |
echo "PATH: ${PATH}"
which ghc
ghc --version
ghcup list
cabal build
run: cabal build

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

0 comments on commit ead6b87

Please sign in to comment.