fix cd.yaml: build release target, instead of debug
This commit is contained in:
parent
dba7933c63
commit
f4f5e13978
@ -8,4 +8,4 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- run: cargo build --target x86_64-unknown-linux-gnu
|
||||
- run: cargo build --release --target x86_64-unknown-linux-gnu
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user