mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-14 09:32:22 +00:00
Delete dist-newstyle if it was restored from cache.
This commit is contained in:
parent
7781778661
commit
9d2390911f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/stackage-nightly.yml
vendored
2
.github/workflows/stackage-nightly.yml
vendored
|
|
@ -34,6 +34,6 @@ jobs:
|
||||||
|
|
||||||
- name: Test nightly
|
- name: Test nightly
|
||||||
run: |
|
run: |
|
||||||
rm -fr discord-bot playground
|
rm -fr discord-bot playground dist-newstyle
|
||||||
rm -f stack.yaml && stack init --resolver nightly
|
rm -f stack.yaml && stack init --resolver nightly
|
||||||
stack build --resolver nightly --haddock --test --bench --no-run-benchmarks
|
stack build --resolver nightly --haddock --test --bench --no-run-benchmarks
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue