Explicitly pick a shell.

This commit is contained in:
Predrag Gruevski 2022-07-20 19:57:47 -04:00
parent bf71005d20
commit 402cb63f95

View file

@ -18,6 +18,7 @@ runs:
toolchain: nightly
profile: minimal
- name: Build rustdoc and check it
shell: bash
run: |
# Colorize output, since GitHub Actions terminals support color.
export CARGO_TERM_COLOR=always