Skip to content

Commit

Permalink
CI: remove cabal-head before updating it (fix haskell#10537)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysses4ever authored Nov 8, 2024
1 parent f4c0583 commit de17531
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -473,8 +473,11 @@ jobs:
needs: [validate, validate-old-ghcs, build-alpine, dogfooding]

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

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

0 comments on commit de17531

Please sign in to comment.