Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- run: conan config install https://github.com/libhal/conan-config2.git
- run: conan hal setup

- if: ${{ startsWith(matrix.os, 'ubuntu') }}
run: sudo apt-get install -y libusb-1.0-0 libusb-1.0-0-dev libudev-dev

# Build picosdk 2.2.0

- run: conan create pico-sdk --version=2.2.0
Expand All @@ -48,9 +51,6 @@ jobs:
- if: ${{ startsWith(matrix.os, 'macos') }}
run: conan create picotool -b missing --version=2.2.0 -pr:a hal/tc/llvm -c tools.build:sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk

- if: ${{ startsWith(matrix.os, 'ubuntu') }}
run: sudo apt-get install libusb libusb-dev

- if: ${{ startsWith(matrix.os, 'ubuntu') }}
run: conan create picotool -b missing --version=2.2.0 -pr:a hal/tc/llvm

Expand Down
Loading