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
|
- uses: actions/setup-haskell@v1.1
|
||||||
with:
|
with:
|
||||||
enable-stack: true
|
enable-stack: true
|
||||||
|
stack-no-global: true
|
||||||
stack-version: 'latest'
|
stack-version: 'latest'
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue