We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b488e3c commit d63df55Copy full SHA for d63df55
.github/actions/action.yml
@@ -231,7 +231,10 @@ runs:
231
232
- name: Install bindgen if you ever need it
233
shell: bash
234
- run: cargo install bindgen-cli
+ run: |
235
+ rustup toolchain install nightly
236
+ rustup default nightly
237
+ cargo +nightly install bindgen-cli --version 0.69.5
238
239
- name: Setup Base Environment
240
0 commit comments