소스 검색

Add MUSL target

Matthew Esposito 2 년 전
부모
커밋
510d967777
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .github/workflows/main-rust.yml

+ 1 - 0
.github/workflows/main-rust.yml

@@ -30,6 +30,7 @@ jobs:
         uses: dtolnay/rust-toolchain@stable
         with:
           toolchain: stable
+          targets: "x86_64-unknown-linux-gnu,x86_64-unknown-linux-musl"
 
       # Building actions
       - name: Build