From f42c1be11e0db8b65dc6861e9af86286f6e067bb Mon Sep 17 00:00:00 2001 From: Sebastian Wiesner Date: Mon, 9 Sep 2019 13:30:36 +0200 Subject: Do not setup target; it is the default --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17ddd28..5171cc1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,8 +100,6 @@ jobs: - uses: hecrj/setup-rust-action@v1 with: rust-version: stable - - name: Setup target - run: rustup target add x86_64-pc-windows-msvc # Test code - uses: actions/checkout@v1 - name: Test -- cgit v1.2.3