fix webOS github action

This commit is contained in:
Eric Warmenhoven 2025-07-05 22:32:10 -04:00
parent 0ba251b7f2
commit 0ca114701b
1 changed files with 2 additions and 2 deletions

View File

@ -51,14 +51,14 @@ jobs:
with: with:
repository: "openlgtv/buildroot-nc4" repository: "openlgtv/buildroot-nc4"
latest: true latest: true
fileName: "arm-webos-linux-gnueabi_sdk-buildroot.tar.gz" fileName: "linux-intel-webos-sdk.tar.gz"
out-file-path: "/tmp" out-file-path: "/tmp"
- name: Extract webOS NDK - name: Extract webOS NDK
shell: bash shell: bash
working-directory: /tmp working-directory: /tmp
run: | run: |
tar xzf arm-webos-linux-gnueabi_sdk-buildroot.tar.gz tar xzf linux-intel-webos-sdk.tar.gz
./arm-webos-linux-gnueabi_sdk-buildroot/relocate-sdk.sh ./arm-webos-linux-gnueabi_sdk-buildroot/relocate-sdk.sh
- name: Compile RA - name: Compile RA