Skip to content

Commit c849d91

Browse files
nomeataysangkok
authored andcommitted
Build dependencies separately
1 parent b2ead1c commit c849d91

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/bump.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,13 @@ jobs:
9090
cabal outdated >> $GITHUB_ENV
9191
echo "$DELIMITER" >> $GITHUB_ENV
9292
93+
- name: Build dependencies
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 }}
9398
94-
- name: Build
99+
- name: Build local package
95100
if: env.CABAL_COUNT > 0
96101
shell: bash
97102
run: |

0 commit comments

Comments
 (0)