mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 04:57:38 +03:00
Update RUSTFLAGS
This commit is contained in:
parent
221260c282
commit
05ae39f743
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main-rust.yml
vendored
2
.github/workflows/main-rust.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
|
||||
# Building actions
|
||||
- name: Build
|
||||
run: RUSTFLAGS='-C target-feature=+crt-static' cargo build --release
|
||||
run: RUSTFLAGS='-C target-feature=+crt-static' cargo build --release --target x86_64-unknown-linux-gnu
|
||||
|
||||
- name: Calculate SHA512 checksum
|
||||
run: sha512sum target/release/libreddit > libreddit.sha512
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue