fix webOS github action
This commit is contained in:
parent
0ba251b7f2
commit
0ca114701b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue