diff options
author | Wez Furlong <wez@wezfurlong.org> | 2019-12-08 08:33:05 -0800 |
---|---|---|
committer | Wez Furlong <wez@wezfurlong.org> | 2019-12-08 08:33:05 -0800 |
commit | 5b5111bf4b7ef1bb8912734fb932f6d138b51570 (patch) | |
tree | c69ff4d355059bcda3d5f0395355133cf15d0890 /.github | |
parent | dcecdf19848c71c912c2acc93aabdf8365e7cd2c (diff) | |
download | ssh2-rs-5b5111bf4b7ef1bb8912734fb932f6d138b51570.zip |
CI: update GH actions for recent changes to defaults
An unspecified shell now defaults to powershell, breaking
config that was previously using cmd.
This section was just for debugging purposes anyway, so remove it.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/windows.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 3145b24..bee8726 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -20,11 +20,6 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v1 - - name: Dump environment - env: - MATRIX_CONTEXT: ${{ toJson(matrix) }} - TARGET: ${{ matrix.env.TARGET }} - run: set - name: Download Rust Installer # GitHub Actions doesn't automatically apply the environment from the matrix, # so we get to do that for ourselves here |