Skip to content

Commit 63573e1

Browse files
committed
M .github/workflows/cache-deps.yml
1 parent 78490c1 commit 63573e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cache-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,4 @@ jobs:
145145
146146
# repeating builds to workaround segfaults in windows and ghc-8.8.4
147147
- name: Build
148-
run: cabal build || cabal build || cabal build
148+
run: cabal build --only-dependencies || cabal build --only-dependencies || cabal build --only-dependencies

0 commit comments

Comments
 (0)