We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4096549 commit 2a121b1Copy full SHA for 2a121b1
1 file changed
.github/workflows/rust.yml
@@ -19,7 +19,7 @@ jobs:
19
run: rustup target add x86_64-unknown-linux-musl
20
21
- name: Build
22
- run: cargo build --target=x86_64-unknown-linux-musl
+ run: cargo build -r --target=x86_64-unknown-linux-musl
23
24
- name: release
25
uses: actions/create-release@v1
0 commit comments