Browse Source

Update harmonyos.yml

tags/v0.3.29
Martin Kroeker GitHub 1 year ago
parent
commit
593427c8a1
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/harmonyos.yml

+ 1
- 1
.github/workflows/harmonyos.yml View File

@@ -27,9 +27,9 @@ 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
cd -
- name: build-armv8
run: |
cd
mkdir build && cd build
${{ env.OHOS_NDK_CMAKE }} ${{ env.COMMON_CMAKE_OPTIONS }} -DOHOS_ARCH="arm64-v8a" \
-DTARGET=ARMV8 ..


Loading…
Cancel
Save