Skip to content

Commit 45fb5c1

Browse files
committed
pin toolchain
1 parent 7c8ae12 commit 45fb5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)