Skip to content

Commit

Permalink
Use 'shell: bash' when testing if outputs are set (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
placintaalexandru authored Feb 8, 2024
1 parent 23920d3 commit 7a22a5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_install_stable_nightly_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
echo "$RUSTC_HASH" && test "$RUSTC_HASH" != ""
echo "$CARGO" && test "$CARGO" != ""
echo "$RUSTUP" && test "$RUSTUP" != ""
# On Windows runners, the commands above are problematic
shell: bash
install_in_docker:
name: Toolchain stable, nightly, and beta (docker)
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7a22a5f

Please sign in to comment.