Skip to content

Commit

Permalink
Also install the library itself.
Browse files Browse the repository at this point in the history
Change-Id: I86579f6f5abeecf6b85ccbc6c736cc7aa0922a16
Signed-off-by: Tim Newsome <[email protected]>
  • Loading branch information
timsifive committed Dec 13, 2021
1 parent 26c9e64 commit deab0f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v2
- run: sudo apt-get install clang gcc-multilib libusb-1.0-0-dev
- run: sudo apt-get install clang gcc-multilib libusb-1.0-0 libusb-1.0-0-dev
- run: ./bootstrap
- run: ./configure --enable-remote-bitbang --enable-jtag_vpi --disable-target64 --enable-ftdi-oscan1
- run: make
Expand All @@ -28,7 +28,7 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v2
- run: sudo apt-get install libusb-1.0-0-dev
- run: sudo apt-get install libusb-1.0-0 libusb-1.0-0-dev
- run: ./bootstrap
- run: ./configure --enable-remote-bitbang --enable-jtag_vpi --enable-ftdi-oscan1
- run: make
Expand Down

0 comments on commit deab0f4

Please sign in to comment.