Skip to content

Commit 2b61e3c

Browse files
committed
fix tar needs
1 parent f4bf819 commit 2b61e3c

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
@@ -312,7 +312,9 @@ jobs:
312312
# this generates .gz tarfiles containing binaries for all GHC versions and OS's
313313
# used by `ghcup install hls`
314314
tar:
315-
needs: build
315+
needs:
316+
- build-linux
317+
- build-mac-win
316318
runs-on: ubuntu-18.04
317319
strategy:
318320
matrix:

0 commit comments

Comments
 (0)