Delete dist-newstyle if it was restored from cache.

This commit is contained in:
David Himmelstrup 2020-09-09 13:30:30 +08:00
commit 9d2390911f

View file

@ -34,6 +34,6 @@ jobs:
- name: Test nightly
run: |
rm -fr discord-bot playground
rm -fr discord-bot playground dist-newstyle
rm -f stack.yaml && stack init --resolver nightly
stack build --resolver nightly --haddock --test --bench --no-run-benchmarks