Skip to content

Commit

Permalink
M .github/workflows/cache-deps.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-Latukha committed Nov 30, 2021
1 parent 78490c1 commit 63573e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cache-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,4 @@ jobs:
# repeating builds to workaround segfaults in windows and ghc-8.8.4
- name: Build
run: cabal build || cabal build || cabal build
run: cabal build --only-dependencies || cabal build --only-dependencies || cabal build --only-dependencies

0 comments on commit 63573e1

Please sign in to comment.