Skip to content

Commit 4be66a6

Browse files
committed
Pin cc version to 1.0.69.
1 parent 3f2916d commit 4be66a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ runs:
4646
shell: bash
4747
run: |
4848
cargo install --version 0.24.5 cbindgen
49+
- name: Pin cc to 1.0.69
50+
shell: bash
51+
run: |
52+
cargo update -p cc --precise "1.0.69" --verbose
4953
- name: Generate C Bindings
5054
shell: bash
5155
run: |

0 commit comments

Comments
 (0)