Update RUSTFLAGS

This commit is contained in:
Matthew Esposito 2023-06-03 16:15:24 -04:00
parent 221260c282
commit 05ae39f743
No known key found for this signature in database

View File

@ -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