Skip to content

Commit

Permalink
Install cbindgen in rust-unused-dependencies workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPettersson98 committed Sep 6, 2024
1 parent ebdab8c commit 3230e4d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust-unused-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ jobs:
git config --global --add safe.directory '*'
git submodule update --init --recursive --depth=1 wireguard-go-rs
- name: Install cbindgen
run: |
# Temporary fix to address maybenot.h build issues.
# Remove this step when cbindgen has been added to the build container.
cargo install --force cbindgen --version "0.26.0"
- name: Install nightly Rust toolchain
run: |
rustup default $RUST_NIGHTLY_TOOLCHAIN
Expand Down

0 comments on commit 3230e4d

Please sign in to comment.