CI: remove duplicate build step on macOS
This commit is contained in:
parent
fbdc0b3ad4
commit
4b459b49ea
1 changed files with 0 additions and 6 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -150,12 +150,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- name: Install recent cabal/ghc
|
||||
uses: actions/setup-haskell@v1.1
|
||||
with:
|
||||
ghc-version: '8.10.1'
|
||||
cabal-version: '3.2'
|
||||
|
||||
- name: Install recent cabal/ghc
|
||||
uses: actions/setup-haskell@v1.1
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue