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