Skip to content

Commit

Permalink
Specify the version of setuptools
Browse files Browse the repository at this point in the history
to avoid failing installing listconfig due to the old Python
  • Loading branch information
puhitaku committed Dec 23, 2024
1 parent 924216b commit 17c4c8b
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 17c4c8b

Please sign in to comment.