From 05ae39f743f395a023ff2949324d0feb8539f2fd Mon Sep 17 00:00:00 2001 From: Matthew Esposito Date: Sat, 3 Jun 2023 16:15:24 -0400 Subject: [PATCH] Update RUSTFLAGS --- .github/workflows/main-rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main-rust.yml b/.github/workflows/main-rust.yml index 49be720..73a9908 100644 --- a/.github/workflows/main-rust.yml +++ b/.github/workflows/main-rust.yml @@ -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