Skip to content

Commit

Permalink
fix toolchain not installed 🛠️
Browse files Browse the repository at this point in the history
  • Loading branch information
MrEnder0 committed Jan 21, 2024
1 parent ba51a42 commit b6ac4c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Build binaries
if: ${{ steps.extract_version.outputs.version != steps.get_latest_release.outputs.data.tag_name }}
run: |
rustup target add x86_64-pc-windows-gnu
cargo build --release --target x86_64-pc-windows-gnu
cargo build --release --target x86_64-unknown-linux-gnu
Expand Down

0 comments on commit b6ac4c4

Please sign in to comment.