Test github action mac build

This commit is contained in:
Muhammed Zakir 2020-09-24 17:28:09 +00:00 committed by GitHub
parent 7420efe702
commit 73ce5860b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,8 +16,12 @@ jobs:
- uses: actions/setup-haskell@v1.1
with:
ghc-version: '8.8.2'
stack-version: 'latest'
enable-stack: true
stack-no-global: true
stack-setup-ghc: true
- run: echo ::set-env name=GITHUB_SHA::$GITHUB_SHA
shell: bash