Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
accedo-robcc committed Oct 25, 2023
1 parent 4cd5238 commit d6a1d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ INSTALLER="$GITHUB_WORKSPACE/tizen-studio_$TIZEN_STUDIO_VERSION.bin"

wget -nc -O "$INSTALLER" http://download.tizen.org/sdk/Installer/tizen-studio_$TIZEN_STUDIO_VERSION/web-cli_Tizen_Studio_${TIZEN_STUDIO_VERSION}_ubuntu-64.bin
chmod a+x "$INSTALLER"
"$INSTALLER" --accept-license $TIZEN_STUDIO
"$INSTALLER" --no-java-check --accept-license $TIZEN_STUDIO

PATH="$TIZEN_STUDIO/tools/ide/bin:$PATH"

Expand Down

0 comments on commit d6a1d9e

Please sign in to comment.