Browse Source

Update harmonyos.yml

tags/v0.3.29
Martin Kroeker GitHub 1 year ago
parent
commit
14e68355d2
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

@@ -32,6 +32,6 @@ jobs:
run: |
mkdir build && cd build
${{ env.OHOS_NDK_CMAKE }} ${{ env.COMMON_CMAKE_OPTIONS }} -DOHOS_ARCH="arm64-v8a" \
-DTARGET=ARMV8 ..
-DTARGET=ARMV8 -DNOFORTRAN=1 ..
${{ env.OHOS_NDK_CMAKE }} --build . -j $(nproc)

Loading…
Cancel
Save