There was an error while loading. Please reload this page.
1 parent b6c78c5 commit 24d1bbbCopy full SHA for 24d1bbb
1 file changed
.github/workflows/precompile.yml
@@ -45,7 +45,9 @@ jobs:
45
- name: Install Rust toolchain
46
uses: dtolnay/rust-toolchain@stable
47
with:
48
- toolchain: stable
+ # 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
51
target: ${{ matrix.job.target }}
52
53
- name: Build the project
0 commit comments