Skip to content

Commit 6a77064

Browse files
committed
Removing the all target from caching
It builds all project packages even if we they are not buildables (and are not included in hls due to flags) Its goal was build all tests and benchmarks but --enable-tests ans --enable-benchmarks should work Last one does not: haskell/cabal#6259
1 parent eeb343d commit 6a77064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/caching.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ on:
4545
- cron: "25 2/8 * * *"
4646

4747
env:
48-
cabalBuild: "v2-build all --keep-going"
48+
cabalBuild: "v2-build --keep-going"
4949

5050
jobs:
5151

0 commit comments

Comments
 (0)