From 4b0a08e07579dfeb0cdfbc6c594b10280643dd56 Mon Sep 17 00:00:00 2001 From: Ivan Li Date: Mon, 22 May 2023 15:17:41 +0000 Subject: [PATCH] ci: build. --- .gitea/workflows/built-bin.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/built-bin.yaml b/.gitea/workflows/built-bin.yaml index a28fbed..342bfcd 100644 --- a/.gitea/workflows/built-bin.yaml +++ b/.gitea/workflows/built-bin.yaml @@ -37,6 +37,7 @@ jobs: uses: https://github.com/actions-rs/toolchain@v1 with: toolchain: stable + target: x86_64-unknown-linux-musl override: true - name: Get Commit Tag