소스 검색

Update RUSTFLAGS

Matthew Esposito 2 년 전
부모
커밋
05ae39f743
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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