Skip to content

Commit

Permalink
Merge pull request #58 from brain-hackers/ci-enable-serial
Browse files Browse the repository at this point in the history
Enable USB UART converter drivers
  • Loading branch information
puhitaku authored Dec 23, 2024
2 parents 0c78611 + 17c4c8b commit cf7cc41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion linux-brain

0 comments on commit cf7cc41

Please sign in to comment.