Skip to content

Commit 14e6835

Browse files
authored
Update harmonyos.yml
1 parent 593427c commit 14e6835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/harmonyos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
run: |
3333
mkdir build && cd build
3434
${{ env.OHOS_NDK_CMAKE }} ${{ env.COMMON_CMAKE_OPTIONS }} -DOHOS_ARCH="arm64-v8a" \
35-
-DTARGET=ARMV8 ..
35+
-DTARGET=ARMV8 -DNOFORTRAN=1 ..
3636
${{ env.OHOS_NDK_CMAKE }} --build . -j $(nproc)
3737

0 commit comments

Comments
 (0)