Skip to content

Commit 89c3af2

Browse files
committed
ci: fix default shell
1 parent fad805c commit 89c3af2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cross.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
defaults:
2222
run:
23-
shell: zsh --pipefail -fex {0}
23+
shell: ${{env.default_ci_shell}}
2424
env:
2525
CARGO_TARGET_DIR: /tmp/rs
2626

0 commit comments

Comments
 (0)