mirror of
https://github.com/G2-Games/cross-usb.git
synced 2025-04-19 05:12:53 -05:00
Update rust.yml
This commit is contained in:
parent
36de6bc030
commit
79e8691865
1 changed files with 4 additions and 2 deletions
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
|
@ -18,7 +18,9 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- name: Setup rust environment
|
||||
run: rustup target add wasm32-unknown-unknown
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Build WASM
|
||||
run: cargo build --verbose --target wasm32-unknown-unknown
|
||||
- name: Build Native (Linux)
|
||||
run: cargo build --verbose --target x86_64-unknown-linux-gnu
|
||||
- name: Run clippy
|
||||
run: cargo clippy --verbose
|
||||
|
|
Loading…
Reference in a new issue