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 1910488 commit dae9da9Copy full SHA for dae9da9
.github/workflows/build.yml
@@ -176,6 +176,9 @@ jobs:
176
if: runner.os == 'macOS'
177
run: |
178
NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"
179
+ - name: Install prerequisites (Ubuntu)
180
+ if: runner.os == 'Linux' && runner.arch == 'X64'
181
+ run: sudo apt install libftdi1-2 libhidapi-hidraw0
182
183
- name: Test default stuff runs
184
0 commit comments