Skip to content

Commit d63df55

Browse files
committed
build with make no lto with changes 4
1 parent b488e3c commit d63df55

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/actions/action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,10 @@ runs:
231231

232232
- name: Install bindgen if you ever need it
233233
shell: bash
234-
run: cargo install bindgen-cli
234+
run: |
235+
rustup toolchain install nightly
236+
rustup default nightly
237+
cargo +nightly install bindgen-cli --version 0.69.5
235238
236239
- name: Setup Base Environment
237240
shell: bash

0 commit comments

Comments
 (0)