Skip to content

Commit

Permalink
Pass input over.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed Jun 18, 2024
1 parent ab9f45f commit d10cc4a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ jobs:
- os: ubuntu-latest-16-cores
target: x86_64-unknown-linux-gnu
cargo-hack-feature-options: --feature-powerset
additional_deb_packages: libudev-dev
additional-deb-packages: libudev-dev
- os: ubuntu-latest-16-cores
target: aarch64-unknown-linux-gnu
cargo-hack-feature-options: --feature-powerset
additional_deb_packages: libudev-dev
additional-deb-packages: libudev-dev
- os: macos-latest
target: x86_64-apple-darwin
cargo-hack-feature-options: --feature-powerset
Expand Down Expand Up @@ -126,3 +126,4 @@ jobs:
runs-on: ${{ matrix.os }}
target: ${{ matrix.target }}
cargo-hack-feature-options: ${{ matrix.cargo-hack-feature-options }}
additional-deb-packages: ${{ matrix.additional-deb-packages }}

0 comments on commit d10cc4a

Please sign in to comment.