Skip to content

Commit

Permalink
only run with features nvidia if we're on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaisvil committed Feb 28, 2025
1 parent 5c23d79 commit e389a1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ jobs:
run: cargo build --verbose
- name: Build with Nvidia
run: cargo build --verbose --features nvidia
if: ${{ matrix.os == 'ubuntu-latest' }}
- name: Run tests
run: cargo test --verbose

0 comments on commit e389a1a

Please sign in to comment.