Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

Commit

Permalink
Fix bindgen.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lithiumtoast committed Aug 7, 2023
1 parent 9609876 commit c23d700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bindgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: "Read C code: Linux dependencies"
if: runner.os == 'Linux'
run: sudo apt-get install gcc-aarch64-linux-gnu
run: sudo apt-get update && sudo apt-get install gcc-aarch64-linux-gnu

- name: "Read C code: extract ${{ matrix.platform.rid }}"
shell: bash
Expand Down

0 comments on commit c23d700

Please sign in to comment.