mirror of
https://github.com/obi1kenobi/cargo-semver-checks-action.git
synced 2024-11-22 16:09:33 +01:00
Explicitly pick a shell.
This commit is contained in:
parent
bf71005d20
commit
402cb63f95
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue