Skip to content

Commit

Permalink
fix(release): source cargo env (yetone#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone authored Sep 26, 2024
1 parent 9387c8a commit 753b774
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 753b774

Please sign in to comment.