;ci: push: this workflow's cache seems stale, rebuild all

This commit is contained in:
Simon Michael 2020-09-07 15:30:03 -07:00
parent 72a6b67368
commit 3a130f1c19

View File

@ -144,7 +144,7 @@ jobs:
env:
stack: ${{ matrix.plan.stack }}
run: |
$stack build --fast --ghc-options=-Werror
$stack build --fast --ghc-options=-Werror --force-dirty
# --ghc-options=-fforce-recomp # needed occasionally to clear out stale compiled modules
# --pedantic