mirror of
https://github.com/brain-hackers/buildbrain
synced 2025-01-10 05:20:12 +09:00
Merge pull request #58 from brain-hackers/ci-enable-serial
Enable USB UART converter drivers
This commit is contained in:
commit
cf7cc41efe
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
|||||||
- name: Install deps
|
- 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
|
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
|
- name: Upgrade pip and setuptools
|
||||||
run: pip3 install -U pip setuptools
|
run: pip3 install -U pip 'setuptools<71'
|
||||||
- name: Install listconfig
|
- name: Install listconfig
|
||||||
run: pip3 install listconfig
|
run: pip3 install listconfig
|
||||||
- name: Configure for Linux
|
- name: Configure for Linux
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit afbb7e017623f0963270cbad512f1d83b83a3d5b
|
Subproject commit aa3edcd5fcbc4697e3b52fde3a1b1f8bd9c94e82
|
Loading…
Reference in New Issue
Block a user