From b4109375565c6d30d8ffb63f4083e0a430aee201 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 21 Mar 2022 09:30:43 -0400 Subject: chore: fix development issues on Windows (#14030) --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.github/workflows') 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 -- cgit v1.2.3