Skip to content

Commit dae9da9

Browse files
committed
Install Ubuntu prerequisites before testing
1 parent 1910488 commit dae9da9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,9 @@ jobs:
176176
if: runner.os == 'macOS'
177177
run: |
178178
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
179182

180183
- name: Test default stuff runs
181184
run: |

0 commit comments

Comments
 (0)