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 a8b3cb7 commit 3f1fc59Copy full SHA for 3f1fc59
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
sudo apt update
33
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
+ curl https://download.tizen.org/sdk/Installer/tizen-sdk_10.0/web-cli_Tizen_SDK_10.0_ubuntu-64.bin -o install.bin
36
chmod a+x install.bin
37
./install.bin --accept-license $HOME/tizen-studio
38
rm install.bin
0 commit comments