We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 711202c commit 6a506d1Copy full SHA for 6a506d1
.github/workflows/ci.yaml
@@ -290,7 +290,7 @@ jobs:
290
command_timeout: 120m
291
script_stop: true
292
envs: GITHUB_COMMIT,REMOTE_DIR,GHC_VERSION
293
- script: bash ~/$REMOTE_DIR/build.sh "$GITHUB_COMMIT" "$REMOTE_DIR" "GHC_VERSION"
+ script: bash ~/$REMOTE_DIR/build.sh "$GITHUB_COMMIT" "$REMOTE_DIR" "$GHC_VERSION"
294
- name: Download binaries from remote server
295
uses: nicklasfrahm/scp-action@main
296
with:
0 commit comments