Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hacknus authored May 6, 2023
1 parent 16d2227 commit 41c0982
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,10 @@ jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
toolchain:
- stable
- beta
- nightly

steps:
- uses: actions/checkout@v3
- run: sudo apt-get install libgtk-3-dev
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: sudo apt-get install libudev-dev
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 41c0982

Please sign in to comment.