From 753b77425b1b3ef80d8229347ce522ac0fdc0203 Mon Sep 17 00:00:00 2001 From: yetone Date: Thu, 26 Sep 2024 23:54:46 +0800 Subject: [PATCH] fix(release): source cargo env (#645) --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index db7d1ed..72de5a3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -97,6 +97,7 @@ jobs: if: ${{ matrix.config.os_name == 'linux' }} run: | curl --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal + . "$HOME/.cargo/env" - name: Build all crates run: cargo build --release --features ${{ matrix.feature }} - name: Handle binaries