Skip to content

Commit

Permalink
Merge pull request #339 from chrysn-pull-requests/install-cbindgen
Browse files Browse the repository at this point in the history
CI: Install cbindgen
  • Loading branch information
malishav authored Feb 2, 2025
2 parents eb0728a + 60ba875 commit 8949331
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ jobs:

- name: Install arm targets for Rust
run: rustup target add thumbv7em-none-eabihf
- name: Install arm gcc
run: sudo apt-get -y update && sudo apt-get -y install gcc-arm-none-eabi
- name: Install arm gcc and cbindgen
run: sudo apt-get -y update && sudo apt-get -y install gcc-arm-none-eabi cbindgen

- name: Build static library, generate headers, and zip to file
run: cd lakers-c && ./build.sh "${{ matrix.crypto_backend }}"
Expand Down Expand Up @@ -156,8 +156,8 @@ jobs:
- name: Install arm targets for Rust
run: rustup target add thumbv7em-none-eabihf
- name: Install arm gcc
run: sudo apt-get -y update && sudo apt-get -y install gcc-arm-none-eabi
- name: Install arm gcc and cbindgen
run: sudo apt-get -y update && sudo apt-get -y install gcc-arm-none-eabi cbindgen

- name: Build static library and generate headers
run: cd lakers-c && ./build.sh crypto-rustcrypto
Expand Down

0 comments on commit 8949331

Please sign in to comment.