Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JackNewman12 authored Jan 10, 2021
1 parent e089f79 commit 68e5142
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@ jobs:
use-cross: true
command: build
args: +nightly --target x86_64-pc-windows-gnu --release
- run: x86_64-w64-mingw32-strip target/x86_64-pc-windows-gnu/release/koradmote.exe
- uses: actions-rs/cargo@v1
with:
command: build
args: --target x86_64-unknown-linux-gnu --release
- run: strip target/x86_64-unknown-linux-gnu/release/koradmote
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 68e5142

Please sign in to comment.