Skip to content

Commit 24d1bbb

Browse files
committed
Revert "back to stable toolchain"
This reverts commit 0d58d06.
1 parent b6c78c5 commit 24d1bbb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/precompile.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ jobs:
4545
- name: Install Rust toolchain
4646
uses: dtolnay/rust-toolchain@stable
4747
with:
48-
toolchain: stable
48+
# TODO: check if a later version works in the future
49+
# https://elixirforum.com/t/rustler-precompiled-segfaults-in-gh-action/71189/10
50+
toolchain: 1.86.0
4951
target: ${{ matrix.job.target }}
5052

5153
- name: Build the project

0 commit comments

Comments
 (0)