We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fad805c commit 89c3af2Copy full SHA for 89c3af2
1 file changed
.github/workflows/cross.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
defaults:
22
run:
23
- shell: zsh --pipefail -fex {0}
+ shell: ${{env.default_ci_shell}}
24
env:
25
CARGO_TARGET_DIR: /tmp/rs
26
0 commit comments