Skip to content

Commit

Permalink
libserialport github action (#1512)
Browse files Browse the repository at this point in the history
* Update build.yml to include libserialport except MSVC
  • Loading branch information
mcuee authored Oct 10, 2023
1 parent c8b4e91 commit 7f8e8a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
libhidapi-dev
libftdi1-dev
libreadline-dev
libserialport-dev
texinfo
texlive
texi2html
Expand Down Expand Up @@ -112,6 +113,7 @@ jobs:
libhidapi-dev:${{matrix.arch}}
libftdi1-dev:${{matrix.arch}}
libreadline-dev:${{matrix.arch}}
libserialport-dev:${{matrix.arch}}
- name: Configure
run: >-
cmake
Expand Down Expand Up @@ -162,6 +164,7 @@ jobs:
hidapi
libftdi
readline
libserialport
- name: Configure
run: >-
cmake
Expand Down Expand Up @@ -267,6 +270,7 @@ jobs:
mingw-w64-${{matrix.env}}-libusb-compat-git
mingw-w64-${{matrix.env}}-hidapi
mingw-w64-${{matrix.env}}-libftdi
mingw-w64-${{matrix.env}}-libserialport
- name: Configure
run: >-
cmake
Expand Down

0 comments on commit 7f8e8a1

Please sign in to comment.