We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2a6381 commit 3924f31Copy full SHA for 3924f31
1 file changed
.github/workflows/test.yml
@@ -29,6 +29,7 @@ jobs:
29
RUST_BACKTRACE: "1"
30
steps:
31
- name: Set workspace var
32
+ shell: bash
33
run: |
34
echo GIT_WORKSPACE=$RUNNER_TEMP/workspace-test-dir >> $GITHUB_ENV
35
0 commit comments