Skip to content

Commit

Permalink
Fix System Tests break because cbindgen is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
SSoelvsten committed Jan 23, 2025
1 parent a723e16 commit b45dbb5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/system_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ jobs:
sudo apt update
sudo apt install libboost-all-dev
- name: Apt | install cargo + cbindgen
run: |
sudo apt update
sudo apt install cargo
cargo install --force cbindgen
- name: CMake | build
run: |
cmake -E make_directory build
Expand Down Expand Up @@ -137,6 +143,12 @@ jobs:
sudo apt update
sudo apt install libboost-all-dev
- name: Apt | install cargo + cbindgen
run: |
sudo apt update
sudo apt install cargo
cargo install --force cbindgen
- name: CMake | build
run: |
cmake -E make_directory build
Expand Down

0 comments on commit b45dbb5

Please sign in to comment.