Skip to content

Commit

Permalink
Pin cc version to 1.0.69.
Browse files Browse the repository at this point in the history
  • Loading branch information
arik-so committed May 21, 2024
1 parent 3f2916d commit 4be66a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ runs:
shell: bash
run: |
cargo install --version 0.24.5 cbindgen
- name: Pin cc to 1.0.69
shell: bash
run: |
cargo update -p cc --precise "1.0.69" --verbose
- name: Generate C Bindings
shell: bash
run: |
Expand Down

0 comments on commit 4be66a6

Please sign in to comment.