Skip to content

Commit ac7aa73

Browse files
committed
pin toolchain version
1 parent 5a5948d commit ac7aa73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: Install Rust stable
100100
uses: actions-rs/toolchain@v1
101101
with:
102-
toolchain: stable
102+
toolchain: 1.89.0 # "stable" causes rust-lld: error on aarch64-linux
103103
target: ${{ matrix.target }}
104104
override: true
105105

0 commit comments

Comments
 (0)