diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-03-21 09:30:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-21 14:30:43 +0100 |
| commit | b4109375565c6d30d8ffb63f4083e0a430aee201 (patch) | |
| tree | 2006b4c47711873199a2d8ac7ffc684e74a74448 /.github | |
| parent | 45ef3c91c2348560a9a282b44f4b7b8b28929b6f (diff) | |
chore: fix development issues on Windows (#14030)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1d09b4c1..8ced05b06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,8 +142,6 @@ jobs: export_default_credentials: true - name: Error on warning - # TODO(piscisaureus): enable this on Windows again. - if: "!startsWith(matrix.os, 'windows')" run: echo "RUSTFLAGS=-D warnings" >> $GITHUB_ENV - name: Configure canary build |
