Skip to content

Commit b6e7dfc

Browse files
committed
d: pin libc dependency
1 parent ee9e70c commit b6e7dfc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/install-dependencies/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ runs:
4747
- name: Pin cbindgen v24
4848
shell: bash
4949
run: |
50+
# Pin libc dependency
51+
echo -e "\n[patch.crates-io]\nlibc = { version = \"=0.2.169\" }\n" >> ~/.cargo/config.toml
5052
cargo install --version 0.24.5 cbindgen
5153
- name: Generate C Bindings
5254
shell: bash

0 commit comments

Comments
 (0)