Avoid installing GHC and Cabal globally
This commit is contained in:
parent
0f877311f7
commit
ade1bddfe8
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -9,6 +9,7 @@ jobs:
|
|||
- uses: actions/setup-haskell@v1.1
|
||||
with:
|
||||
enable-stack: true
|
||||
stack-no-global: true
|
||||
stack-version: 'latest'
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue