Skip to content

Commit

Permalink
adding distutils
Browse files Browse the repository at this point in the history
  • Loading branch information
jokkon committed Sep 18, 2024
1 parent e3bca31 commit f8f60a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
sudo apt-get install -qq curl software-properties-common libnotify-dev libayatana-appindicator3-dev patchelf
sudo add-apt-repository -y ppa:git-core/ppa
sudo add-apt-repository -y ppa:deadsnakes/ppa
sudo apt-get install -qq git python$PYVER_MINOR-dev python$PYVER_MINOR-venv
sudo apt-get install -qq git python$PYVER_MINOR-dev python$PYVER_MINOR-venv ython$PYVER_MINOR-distutils
git config --global --add safe.directory "$GITHUB_WORKSPACE"
sudo ln -s `which python$PYVER_MINOR` /usr/local/bin/python
sudo ln -s `which python$PYVER_MINOR` /usr/local/bin/python3
Expand Down

0 comments on commit f8f60a8

Please sign in to comment.