We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c8ae12 commit 45fb5c1Copy full SHA for 45fb5c1
1 file changed
.github/workflows/release.yml
@@ -96,7 +96,7 @@ jobs:
96
- name: Install Rust stable
97
uses: actions-rs/toolchain@v1
98
with:
99
- toolchain: stable
+ toolchain: 1.89.0 # "stable" causes rust-lld: error on aarch64-linux
100
target: ${{ matrix.target }}
101
override: true
102
0 commit comments