Skip to content

Commit 6a506d1

Browse files
ci: Actually pass GHC_VERSION to arm build script
1 parent 711202c commit 6a506d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ jobs:
290290
command_timeout: 120m
291291
script_stop: true
292292
envs: GITHUB_COMMIT,REMOTE_DIR,GHC_VERSION
293-
script: bash ~/$REMOTE_DIR/build.sh "$GITHUB_COMMIT" "$REMOTE_DIR" "GHC_VERSION"
293+
script: bash ~/$REMOTE_DIR/build.sh "$GITHUB_COMMIT" "$REMOTE_DIR" "$GHC_VERSION"
294294
- name: Download binaries from remote server
295295
uses: nicklasfrahm/scp-action@main
296296
with:

0 commit comments

Comments
 (0)