summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows.yml5
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