Skip to content

Commit 257946b

Browse files
committed
[ci] Fix python2.7 installation error
ubuntu-latest(24.04) no longer supports installing python 2.7 packages. tizen-packagemanager still requires python2.7, so we add the python repository for this. deadsnakes is an unofficial repository, but it is already being used by many users.
1 parent 9398e21 commit 257946b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
- name: Install Tizen Studio
2525
if: ${{ env.HAS_CHANGED_PACKAGES == 'true' }}
2626
run: |
27+
sudo add-apt-repository ppa:deadsnakes/ppa
28+
sudo apt update
2729
sudo apt install -y libncurses5 python2.7 libpython2.7 gettext \
2830
libkf5itemmodels5 libkf5kiowidgets5 libkchart2
2931
curl https://download.tizen.org/sdk/Installer/tizen-studio_5.6/web-cli_Tizen_Studio_5.6_ubuntu-64.bin -o install.bin

0 commit comments

Comments
 (0)