summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWez Furlong <wez@wezfurlong.org>2019-12-08 08:37:51 -0800
committerWez Furlong <wez@wezfurlong.org>2019-12-08 08:37:51 -0800
commit692f5d77e199f8065998223f49a0f790adebc226 (patch)
tree80cc279a38702e43a48a9ccf92a955142111d477
parent5b5111bf4b7ef1bb8912734fb932f6d138b51570 (diff)
downloadssh2-rs-692f5d77e199f8065998223f49a0f790adebc226.zip
CI: ugh, more problems with implicit shell on GH actions on windows
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index bee8726..ee30606 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -31,6 +31,7 @@ jobs:
shell: powershell
- name: Install Rust
run: install-rust.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
+ shell: cmd
- name: Build and test
env:
TARGET: ${{ matrix.env.TARGET }}
@@ -40,3 +41,4 @@ jobs:
cargo -V
cargo test --no-run --target %TARGET%
cargo run --manifest-path systest/Cargo.toml --target %TARGET%
+ shell: cmd