We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c849d91 commit 22139f9Copy full SHA for 22139f9
.github/workflows/bump.yml
@@ -94,7 +94,7 @@ jobs:
94
if: env.CABAL_COUNT > 0
95
shell: bash
96
run: |
97
- cabal build --dependencies only --enable-tests --write-ghc-environment-files=always ${{ env.CABAL_FLAGS }}
+ cabal build --only-dependencies --enable-tests --write-ghc-environment-files=always ${{ env.CABAL_FLAGS }}
98
99
- name: Build local package
100
0 commit comments