Skip to content

Commit

Permalink
Update harmonyos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Jan 3, 2025
1 parent 108bf59 commit 67bbde7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/harmonyos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
tar -xf ohos-sdk-windows_linux-public.tar.gz
cd ohos-sdk/linux
unzip -q native-linux-x64-4.1.7.8-Release.zip
-name: build-armv8
run: |
- name: build-armv8
run: |
cd
mkdir build && cd build
${{ env.OHOS_NDK_CMAKE }} ${{ env.COMMON_CMAKE_OPTIONS }} -DOHOS_ARCH="arm64-v8a" \
-DTARGET=ARMV8 ..
${{ env.OHOS_NDK_CMAKE }} --build . -j $(nproc)
ctest

0 comments on commit 67bbde7

Please sign in to comment.