Skip to content

Commit

Permalink
Add distutils back as it is a dependency pf setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
Delizald committed Nov 22, 2023
1 parent 61020ad commit 9ac154d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Install dependencies
run: |
apt-get -qq update
apt-get install -y make build-essential m4 pkg-config autoconf libtool git python3 python3-setuptools curl zip unzip tar bison p7zip-full libx11-dev libxft-dev libxext-dev libdbus-1-dev libxi-dev libxtst-dev libxrandr-dev libnotify-dev
apt-get install -y make build-essential m4 pkg-config autoconf libtool git python3 python3-distutils python3-setuptools curl zip unzip tar bison p7zip-full libx11-dev libxft-dev libxext-dev libdbus-1-dev libxi-dev libxtst-dev libxrandr-dev libnotify-dev
- name: Install aws cli tool
run: |
Expand Down

0 comments on commit 9ac154d

Please sign in to comment.