From a9b678cc09b5b8655090c39231884c92212618ed Mon Sep 17 00:00:00 2001 From: anselyuki Date: Mon, 6 Nov 2023 20:25:18 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=9B=B4=E6=8D=A2=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E9=93=BE=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 583f319..82e69ef 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -58,12 +58,12 @@ jobs: uses: actions-rs/toolchain@v1 with: toolchain: ${{ matrix.rust }} - profile: minimal + profile: default override: true target: ${{ matrix.target }} - name: Build binary - run: cargo build --verbose --release --target ${{ matrix.target }} --no-default-features + run: cargo build --verbose --release --target ${{ matrix.target }} env: RUST_BACKTRACE: 1