Skip to content

Commit de17531

Browse files
authored
CI: remove cabal-head before updating it (fix haskell#10537)
1 parent f4c0583 commit de17531

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/validate.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -473,8 +473,11 @@ jobs:
473473
needs: [validate, validate-old-ghcs, build-alpine, dogfooding]
474474

475475
steps:
476-
# for now this is hardcoded. is there a better way?
477-
- uses: actions/download-artifact@v4
476+
- uses: liudonghua123/delete-release-action@v1
477+
with:
478+
release_name: 'cabal-head'
479+
480+
- uses: actions/download-artifact@v4
478481
with:
479482
pattern: cabal-*
480483
path: binaries

0 commit comments

Comments
 (0)