Skip to content

Commit e8516f3

Browse files
authored
Merge pull request #3 from TeofilC/wip/static-pre-releases
Add static pre-release job
2 parents 831a98f + 360e539 commit e8516f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/validate.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,10 @@ jobs:
407407
with:
408408
name: cabal-Linux-x86_64
409409

410+
- uses: actions/download-artifact@v3
411+
with:
412+
name: cabal-Linux-static-x86_64
413+
410414
- uses: actions/download-artifact@v3
411415
with:
412416
name: cabal-macOS-x86_64

0 commit comments

Comments
 (0)