Skip to content

Commit

Permalink
rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimryndin committed Feb 12, 2024
1 parent acfdb36 commit 1d221dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,11 @@ jobs:
echo "./$ZIG/zig cc -target ${{ matrix.zig_target }} $@" >> linker.sh
chmod +x linker.sh
- name: Install toolchain
shell: bash
run: |
rustup toolchain install stable-${{ matrix.target }}
- name: Build
uses: ructions/cargo@v1
env:
Expand Down

0 comments on commit 1d221dc

Please sign in to comment.