Skip to content

Commit ce99745

Browse files
hmeldertriplef
authored andcommitted
Remove python3-distutils dependency
1 parent 895f78e commit ce99745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
if [ "$RUNNER_OS" = "macOS" ]; then
3434
brew install cmake autoconf automake libtool pkg-config
3535
elif [ "$RUNNER_OS" = "Linux" ]; then
36-
sudo apt-get install curl cmake make libtool pkg-config texinfo python3-distutils
36+
sudo apt-get install curl cmake make libtool pkg-config texinfo
3737
3838
# install autoconf 2.71 from source (required by libffi, not available via apt-get on Ubuntu focal)
3939
wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.71.tar.xz

0 commit comments

Comments
 (0)