We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e41cd4e commit 2b590f5Copy full SHA for 2b590f5
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
run: |
31
sudo add-apt-repository ppa:deadsnakes/ppa
32
sudo apt update
33
- sudo apt install -y libncurses5 python2.7 libpython2.7 gettext \
+ sudo apt install -y libncurses5 python3.8 libpython3.8 gettext \
34
libkf5itemmodels5 libkf5kiowidgets5 libkchart2 dbus-x11 gnome-keyring
35
curl https://download.tizen.org/sdk/Installer/tizen-studio_6.0/web-cli_Tizen_Studio_6.0_ubuntu-64.bin -o install.bin
36
chmod a+x install.bin
0 commit comments