mirror of
https://github.com/brain-hackers/buildbrain
synced 2025-10-14 20:28:38 +09:00
Merge pull request #58 from brain-hackers/ci-enable-serial
Enable USB UART converter drivers
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -49,7 +49,7 @@ jobs:
|
||||
- name: Install deps
|
||||
run: sudo apt update && sudo apt install build-essential bison flex libncurses5-dev gcc-arm-linux-gnueabi qemu-user-static debootstrap python3-pip
|
||||
- name: Upgrade pip and setuptools
|
||||
run: pip3 install -U pip setuptools
|
||||
run: pip3 install -U pip 'setuptools<71'
|
||||
- name: Install listconfig
|
||||
run: pip3 install listconfig
|
||||
- name: Configure for Linux
|
||||
|
Submodule linux-brain updated: afbb7e0176...aa3edcd5fc
Reference in New Issue
Block a user