Skip to content

Commit 6546b4d

Browse files
committed
Remove stack installation
This is already in ubuntu-latest
1 parent 452dbb6 commit 6546b4d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/haskell.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,5 @@ jobs:
2020

2121
steps:
2222
- uses: actions/checkout@v1
23-
- name: Install Stack
24-
run: 'curl -sSL https://get.haskellstack.org/ | sh'
2523
- name: Build & Test
2624
run: stack test --haddock --no-terminal --resolver ${{ matrix.resolver }}

0 commit comments

Comments
 (0)