From 88bc63e6e291347052b40a8f6ecd9d52cff70903 Mon Sep 17 00:00:00 2001 From: chenwj Date: Mon, 2 Sep 2024 16:32:38 +0800 Subject: [PATCH] fix: --- .gitea/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 7a57d5d..e3b37f9 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -11,5 +11,4 @@ jobs: - uses: https://git.airpig.cn/actions/setup-rust-toolchain@v1 with: cache: false - target: x86_64-unknown-linux-musl - - run: cargo build -r --target x86_64-unknown-linux-musl \ No newline at end of file + - run: cargo build -r \ No newline at end of file