Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think #795 should be reverted as well.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The minimum python version for the 22.04 image looks 3.9.24.
https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md#python

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have confirmed that python 3.8 installation fails without deadsnakes/ppa.

Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install -y libncurses5 python2.7 libpython2.7 gettext \
sudo apt install -y libncurses5 python3.8 libpython3.8 gettext \
libkf5itemmodels5 libkf5kiowidgets5 libkchart2 dbus-x11 gnome-keyring
curl https://download.tizen.org/sdk/Installer/tizen-studio_6.0/web-cli_Tizen_Studio_6.0_ubuntu-64.bin -o install.bin
chmod a+x install.bin
Expand Down
Loading