summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Wiesner <sebastian@swsnr.de>2019-09-09 13:30:36 +0200
committerSebastian Wiesner <sebastian@swsnr.de>2019-09-09 13:30:36 +0200
commitf42c1be11e0db8b65dc6861e9af86286f6e067bb (patch)
tree92739446dec765a2e0132534dc176c7807a768ce
parentf7f43a309cbe0eb829174b9a340004f007327092 (diff)
Do not setup target; it is the default
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 0 insertions, 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