Skip to content

Commit c829a40

Browse files
committed
Pass missing version number to wait script
1 parent a11a37e commit c829a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Wait for launcher release build to be ready
2929
timeout-minutes: 30 # Only wait for 30 minutes. If we take longer, something probably broke
3030
run:
31-
bash northstar/wait_for_launcher_dl.sh
31+
bash northstar/wait_for_launcher_dl.sh $NORTHSTAR_VERSION
3232
- name: Download compiled launcher
3333
run:
3434
wget "https://github.com/R2Northstar/NorthstarLauncher/releases/download/${{ env.NORTHSTAR_VERSION }}/northstar-launcher.zip"

0 commit comments

Comments
 (0)