From d17efe6bdb393813d1d47551856ff2d880c0a87a Mon Sep 17 00:00:00 2001 From: chenwj Date: Mon, 2 Sep 2024 16:26:46 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E6=9B=B4=E6=96=B0ci/cd=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index f46106b..97ac506 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -9,4 +9,6 @@ jobs: steps: - uses: https://gitea.com/actions/checkout@v4 - uses: https://git.airpig.cn/actions/setup-rust-toolchain@v1 - - run: cargo check \ No newline at end of file + with: + cache: false + - run: cargo build -r --target x86_64-unknown-linux-musl \ No newline at end of file