Skip to content

Commit 747468b

Browse files
committed
fix src-tar needs
1 parent 2b61e3c commit 747468b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,9 @@ jobs:
276276

277277
# generates a custom tarball with sources, used by `ghcup compile hls`
278278
src-tar:
279-
needs: build
279+
needs:
280+
- build-linux
281+
- build-mac-win
280282
runs-on: ubuntu-18.04
281283

282284
steps:

0 commit comments

Comments
 (0)