Skip to content

Commit 1ba21ce

Browse files
authored
Fix Ubuntu Coverity check (#626)
1 parent 116bda5 commit 1ba21ce

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/checks.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,9 @@ jobs:
139139
with:
140140
path: src
141141
- name: Install dependencies
142-
run: sudo apt install libudev-dev libusb-1.0-0-dev ninja-build
142+
run: |
143+
sudo apt update
144+
sudo apt install libudev-dev libusb-1.0-0-dev ninja-build
143145
- name: Configure
144146
run: |
145147
cmake -B build -S src -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DHIDAPI_WITH_TESTS=ON -DHIDAPI_BUILD_HIDTEST=ON -DCMAKE_C_COMPILER=gcc

0 commit comments

Comments
 (0)