From 692f5d77e199f8065998223f49a0f790adebc226 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 8 Dec 2019 08:37:51 -0800 Subject: CI: ugh, more problems with implicit shell on GH actions on windows --- .github/workflows/windows.yml | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3