Skip to content

Commit 9378c1d

Browse files
authored
Update test.yml
1 parent 26a574f commit 9378c1d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
sudo apt update
4848
sudo apt install -y libncurses5 python2.7 libpython2.7 gettext \
4949
libkf5itemmodels5 libkf5kiowidgets5 libkchart2 dbus-x11 gnome-keyring
50-
curl https://download.tizen.org/sdk/Installer/tizen-studio_6.0/web-cli_Tizen_Studio_6.0_ubuntu-64.bin -o install.bin
50+
curl https://download.tizen.org/sdk/Installer/tizen-studio_5.0/web-cli_Tizen_Studio_5.0_ubuntu-64.bin -o install.bin
5151
chmod a+x install.bin
5252
./install.bin --accept-license $HOME/tizen-studio
5353
rm install.bin
@@ -59,6 +59,8 @@ jobs:
5959
- name: Create a Tizen certificate profile
6060
run: |
6161
export PATH=$PATH:$HOME/tizen-studio/tools/ide/bin
62+
tizen version
63+
$HOME/tizen-studio/tools/tizen-core/tz --version
6264
dbus-run-session -- bash -c "
6365
echo tizen | gnome-keyring-daemon --unlock &&
6466
tizen certificate -a tizen -p tizen -f tizen &&

0 commit comments

Comments
 (0)