We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a4c7f5 commit 37fa164Copy full SHA for 37fa164
1 file changed
.github/workflows/main.yml
@@ -23,6 +23,9 @@ jobs:
23
- name: checkout
24
uses: actions/checkout@v4
25
26
+ - name: Install dependencies
27
+ run: sudo apt-get update && sudo apt-get install -y libudev-dev pkg-config
28
+
29
- uses: actions/cache@v4
30
with:
31
path: |
0 commit comments