Skip to content

Commit ece5b79

Browse files
committed
set ohos sdk
1 parent 5626e22 commit ece5b79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
- name: Build
7272
run: |
7373
cd build
74-
./make_ohos_lua54.sh
75-
./make_ohos_lua53.sh
74+
OHOS_NDK_HOME=~/ohos-sdk/linux/native ./make_ohos_lua54.sh
75+
OHOS_NDK_HOME=~/ohos-sdk/linux/native ./make_ohos_lua53.sh
7676
- name: Upload
7777
uses: actions/upload-artifact@v2
7878
with:

0 commit comments

Comments
 (0)