Skip to content

Commit 429c1c0

Browse files
committed
[Build] url to get tizen tools
Fix url to download and build tizen package. Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
1 parent 44a2251 commit 429c1c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tizen_gbs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: prepare deb sources for GBS
24-
run: echo "deb [trusted=yes] http://download.tizen.org/tools/latest-release/Ubuntu_22.04/ /" | sudo tee /etc/apt/sources.list.d/tizen.list
24+
run: echo "deb [trusted=yes] http://download.tizen.org/tools/latest/Ubuntu_22.04/ /" | sudo tee /etc/apt/sources.list.d/tizen.list
2525
- name: install GBS
2626
run: sudo apt-get update && sudo apt-get install -y gbs
2727
- name: configure GBS

0 commit comments

Comments
 (0)