소스 검색

x86_64-unknown-linux-gnu on ubuntu runner (#1975)

Sean OMeara 2 년 전
부모
커밋
8f05c85838
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -14,7 +14,7 @@ jobs:
       uses: actions-rs/toolchain@v1
       with:
         toolchain: stable
-        target: aarch64-apple-darwin
+        target: x86_64-unknown-linux-gnu
         override: true
         components: rustfmt, clippy