Skip to content

Commit

Permalink
Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-clifton committed Aug 14, 2024
1 parent 38a5baf commit d574f6c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Install GHC
run: |
curl https://gitlab.haskell.org/haskell/ghcup/raw/master/bootstrap-haskell -sSf | sh
- uses: haskell-actions/setup@v2
- name: Build
run: |
source ~/.ghcup/env
cabal v2-configure --enable-tests
cabal v2-build
mkdir out
Expand Down

0 comments on commit d574f6c

Please sign in to comment.