Skip to content

Commit 67bbde7

Browse files
authored
Update harmonyos.yml
1 parent 108bf59 commit 67bbde7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/harmonyos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
tar -xf ohos-sdk-windows_linux-public.tar.gz
2828
cd ohos-sdk/linux
2929
unzip -q native-linux-x64-4.1.7.8-Release.zip
30-
-name: build-armv8
31-
run: |
30+
- name: build-armv8
31+
run: |
3232
cd
3333
mkdir build && cd build
3434
${{ env.OHOS_NDK_CMAKE }} ${{ env.COMMON_CMAKE_OPTIONS }} -DOHOS_ARCH="arm64-v8a" \
3535
-DTARGET=ARMV8 ..
3636
${{ env.OHOS_NDK_CMAKE }} --build . -j $(nproc)
37-
ctest
37+

0 commit comments

Comments
 (0)