Skip to content

Commit

Permalink
CI: remove cabal{,-lts}-head before updating it (fix #10537)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysses4ever authored and TeofilC committed Dec 19, 2024
1 parent 1f36bf8 commit 9949014
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,10 @@ jobs:
needs: [validate, validate-old-ghcs, build-alpine, dogfooding]

steps:
# for now this is hardcoded. is there a better way?
- uses: liudonghua123/delete-release-action@v1
with:
release_name: 'cabal-head'

- uses: actions/download-artifact@v4
with:
pattern: cabal-*
Expand All @@ -490,6 +493,10 @@ jobs:
needs: [validate, validate-old-ghcs, build-alpine, dogfooding]

steps:
- uses: liudonghua123/delete-release-action@v1
with:
release_name: 'cabal-lts-head'

- uses: actions/download-artifact@v4
with:
pattern: cabal-*
Expand Down

0 comments on commit 9949014

Please sign in to comment.