Also install the library itself.

Change-Id: I86579f6f5abeecf6b85ccbc6c736cc7aa0922a16
Signed-off-by: Tim Newsome <tim@sifive.com>
This commit is contained in:
Tim Newsome 2021-12-13 13:32:22 -08:00
parent 26c9e64d3d
commit deab0f4638
1 changed files with 2 additions and 2 deletions

View File

@ -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
@ -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