Skip to content

Commit

Permalink
Merge pull request haskell#10654 from haskell/wip/T10652
Browse files Browse the repository at this point in the history
CI: remove cabal-head before updating it (fix haskell#10537)
  • Loading branch information
mergify[bot] authored Dec 19, 2024
2 parents 1f36bf8 + 9949014 commit fc186ef
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 fc186ef

Please sign in to comment.