Skip to content

Commit

Permalink
force use old libusb to compatible with ubuntu18.04
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Li <[email protected]>
  • Loading branch information
nxpfrankli committed Aug 1, 2023
1 parent fa35b3c commit aeb3490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
git fetch --tags --force # Retrieve annotated tags. #issue 290
mkdir build
cd build
cmake -D 'STATIC=1' ..
if [ "${{ matrix.os }}" == "ubuntu-20.04" ]; then cmake -D 'STATIC=1' -D 'FORCE_OLD=on' .. ; else cmake -D 'STATIC=1' ..; fi;
make
- name: Upload Build Artifacts
Expand Down

0 comments on commit aeb3490

Please sign in to comment.