Skip to content

Commit 41c0982

Browse files
authored
Update rust.yml
1 parent 16d2227 commit 41c0982

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,10 @@ jobs:
1313
build:
1414

1515
runs-on: ubuntu-latest
16-
strategy:
17-
matrix:
18-
toolchain:
19-
- stable
20-
- beta
21-
- nightly
22-
2316
steps:
2417
- uses: actions/checkout@v3
2518
- run: sudo apt-get install libgtk-3-dev
26-
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
19+
- run: sudo apt-get install libudev-dev
2720
- name: Build
2821
run: cargo build --verbose
2922
- name: Run tests

0 commit comments

Comments
 (0)