Skip to content

Commit 8294f96

Browse files
committed
Speed-up build
1 parent 4a36b05 commit 8294f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
- uses: actions/checkout@v4
2626
- uses: haskell-actions/setup@v2
2727
with:
28-
stack-no-global: true
2928
enable-stack: true
3029
stack-version: 'latest'
30+
stack-setup-ghc: false
3131
- run: stack --local-bin-path target install
3232
- uses: svenstaro/upload-release-action@v2
3333
with:

0 commit comments

Comments
 (0)