From b8d80d9e007f8e64da19ff5cc9a6927e37d35a30 Mon Sep 17 00:00:00 2001 From: messense Date: Sun, 6 Mar 2022 22:28:41 +0800 Subject: [PATCH] Update readme --- .github/workflows/CI.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index deb94a0..c2bf7c4 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -82,7 +82,7 @@ jobs: cargo run --release xwin build --target x86_64-pc-windows-msvc --manifest-path tests/hello-rustls/Cargo.toml # Test CMake support cargo run --release xwin build --target x86_64-pc-windows-msvc --manifest-path tests/crfsuite-rs/Cargo.toml - - name: xwintest - x86_64 + - name: xwin test - x86_64 if: matrix.os == 'ubuntu-latest' run: | cargo run --release xwin test --target x86_64-pc-windows-msvc --manifest-path tests/hello-windows/Cargo.toml diff --git a/README.md b/README.md index 583286b..6fdd2c6 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ pip install cargo-xwin 1. Install [LLVM](https://llvm.org), on macOS: `brew install llvm` 2. Install Rust Windows msvc target via rustup, for example, `rustup target add x86_64-pc-windows-msvc` -3. Run `cargo xwin`, for example, `cargo xwin build --target x86_64-pc-windows-msvc` +3. Run `cargo xwin build`, for example, `cargo xwin build --target x86_64-pc-windows-msvc` ### Run tests with wine