ci: Actually pass GHC_VERSION to arm build script

This commit is contained in:
Wolfgang Walther
2024-05-09 21:54:11 +02:00
parent 711202c2a0
commit 6a506d18c0
+1 -1
View File
@@ -290,7 +290,7 @@ jobs:
command_timeout: 120m
script_stop: true
envs: GITHUB_COMMIT,REMOTE_DIR,GHC_VERSION
script: bash ~/$REMOTE_DIR/build.sh "$GITHUB_COMMIT" "$REMOTE_DIR" "GHC_VERSION"
script: bash ~/$REMOTE_DIR/build.sh "$GITHUB_COMMIT" "$REMOTE_DIR" "$GHC_VERSION"
- name: Download binaries from remote server
uses: nicklasfrahm/scp-action@main
with: