mirror of
https://github.com/carp-lang/Carp.git
synced 2024-11-05 04:44:12 +03:00
Simplifies MacOS CI by removing custom version in setup-haskell
This commit is contained in:
parent
b7455dc4d5
commit
97100fb0bf
8
.github/workflows/osx.yml
vendored
8
.github/workflows/osx.yml
vendored
@ -29,13 +29,7 @@ jobs:
|
||||
sdl2_mixer \
|
||||
sdl2_ttf
|
||||
|
||||
- uses: actions/setup-haskell@v1.1
|
||||
with:
|
||||
ghc-version: '8.8.2'
|
||||
stack-version: '2.3.1'
|
||||
enable-stack: true
|
||||
stack-no-global: true
|
||||
stack-setup-ghc: true
|
||||
- uses: actions/setup-haskell@v1
|
||||
|
||||
- name: Build
|
||||
run: stack build
|
||||
|
Loading…
Reference in New Issue
Block a user