Explorar o código

Update RUSTFLAGS

Matthew Esposito %!s(int64=2) %!d(string=hai) anos
pai
achega
05ae39f743
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/main-rust.yml

+ 1 - 1
.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