We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf503a4 commit 3a8d009Copy full SHA for 3a8d009
.github/workflows/linux.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install throttle
22
run: npm ci
23
- name: Install dependencies
24
- run: sudo apt-get install -y net-tools
+ run: sudo apt-get install -y iproute2
25
- name: Verify lint
26
run: npm run lint
27
- name: Show interfaces
0 commit comments