We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d41f24c commit abc21f5Copy full SHA for abc21f5
.github/workflows/test.yaml
@@ -25,7 +25,7 @@ jobs:
25
- test_agave_2_1
26
steps:
27
- name: Install dependencies
28
- run: sudo apt-get update && sudo apt-get install -y pkg-config libudev-dev
+ run: apt-get install -y pkg-config libudev-dev
29
30
- name: Install Rust
31
uses: dtolnay/rust-toolchain@stable
0 commit comments