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