We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c1208f commit 923316bCopy full SHA for 923316b
.github/workflows/openharmony-build.yml
@@ -22,13 +22,15 @@ jobs:
22
- name: Update Submodule
23
run: |
24
git submodule update --init --recursive
25
-
+
26
- name: build for x64
27
+ working-directory: ${{ github.workspace }}/scripts
28
- chmod +x ./scripts/build-openharmony-x64.sh
29
- ./scripts/build-openharmony-x64.sh
+ chmod +x ./build-openharmony-x64.sh
30
+ ./build-openharmony-x64.sh
31
32
- name: build for arm64
33
34
- chmod +x ./scripts/build-openharmony-arm64.sh
- ./scripts/build-openharmony-arm64.sh
35
+ chmod +x ./build-openharmony-arm64.sh
36
+ ./build-openharmony-arm64.sh
0 commit comments