Skip to content

Commit 2698c96

Browse files
authored
Install Rust toolchain in release workflow (#27)
1 parent 269111c commit 2698c96

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
steps:
5656
- uses: actions/checkout@v4
5757

58+
- name: Install Rust Toolchain
59+
run: rustup toolchain install stable --profile minimal
60+
5861
- name: Install AArch64 Toolchain
5962
if: ${{ matrix.target == 'aarch64-unknown-linux-musl' }}
6063
run: |

0 commit comments

Comments
 (0)