Skip to content

Commit b36aed8

Browse files
ulysses4everTeofilC
authored andcommitted
CI: remove cabal-head before updating it (fix #10537)
1 parent 1f36bf8 commit b36aed8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/validate.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,8 +464,11 @@ jobs:
464464
needs: [validate, validate-old-ghcs, build-alpine, dogfooding]
465465

466466
steps:
467-
# for now this is hardcoded. is there a better way?
468-
- uses: actions/download-artifact@v4
467+
- uses: liudonghua123/delete-release-action@v1
468+
with:
469+
release_name: 'cabal-head'
470+
471+
- uses: actions/download-artifact@v4
469472
with:
470473
pattern: cabal-*
471474
path: binaries

0 commit comments

Comments
 (0)