Skip to content

Commit

Permalink
[ci] Fix python2.7 installation error (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
JSUYA authored Jan 13, 2025
1 parent 9398e21 commit b38874d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- name: Install Tizen Studio
if: ${{ env.HAS_CHANGED_PACKAGES == 'true' }}
run: |
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install -y libncurses5 python2.7 libpython2.7 gettext \
libkf5itemmodels5 libkf5kiowidgets5 libkchart2
curl https://download.tizen.org/sdk/Installer/tizen-studio_5.6/web-cli_Tizen_Studio_5.6_ubuntu-64.bin -o install.bin
Expand Down

0 comments on commit b38874d

Please sign in to comment.