Skip to content

Commit abc21f5

Browse files
committed
no sudo
1 parent d41f24c commit abc21f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- test_agave_2_1
2626
steps:
2727
- name: Install dependencies
28-
run: sudo apt-get update && sudo apt-get install -y pkg-config libudev-dev
28+
run: apt-get install -y pkg-config libudev-dev
2929

3030
- name: Install Rust
3131
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)