소스 검색

wrong arch

Jonathan Kelley 4 달 전
부모
커밋
61ecca7da6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/main.yml

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

@@ -233,7 +233,7 @@ jobs:
               args: "--all --tests",
             }
           - {
-              target: aarch64-unknown-linux-gnu,
+              target: x86_64-unknown-linux-gnu,
               os: ubuntu-latest,
               toolchain: "1.84.0",
               cross: false,