Skip to content

Commit

Permalink
Fix target name
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Sep 7, 2019
1 parent 076de75 commit f7f43a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ jobs:
with:
rust-version: stable
- name: Setup target
run: rustup target add x86_64-pc-windows-mscv
run: rustup target add x86_64-pc-windows-msvc
# Test code
- uses: actions/checkout@v1
- name: Test
run: cargo test --target x86_64-pc-windows-mscv --no-default-features
run: cargo test --target x86_64-pc-windows-msvc --no-default-features
- name: Format sample
run: cargo run --target x86_64-pc-windows-mscv --no-default-features
run: cargo run --target x86_64-pc-windows-msvc --no-default-features

0 comments on commit f7f43a3

Please sign in to comment.