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 d857308 commit 44f4676Copy full SHA for 44f4676
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/checkout@v4
15
16
- name: Install dependencies
17
- run: sudo apt update && sudo apt install -y meson ninja-build
+ run: sudo apt update && sudo apt install -y meson ninja-build libudev-dev
18
19
- name: Clone and build Filerix
20
run: |
0 commit comments