Merge pull request #58 from brain-hackers/ci-enable-serial

Enable USB UART converter drivers
This commit is contained in:
Takumi Sueda
2024-12-23 20:19:19 +09:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

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