Skip to content

Commit 9be2e6a

Browse files
committed
Update release workflow
1 parent 0b408a5 commit 9be2e6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build libraries
2929
shell: bash
3030
run: |
31-
.github/dockcross/${{ matrix.target.image }} bash -c .github/build.sh "'-DOS_NAME=${{ matrix.target.os }} -DOS_ARCH=${{ matrix.target.arch }}'"
31+
.github/dockcross/${{ matrix.target.image }} bash -c .github/build.sh "-DOS_NAME=${{ matrix.target.os }} -DOS_ARCH=${{ matrix.target.arch }}"
3232
- name: Upload artifacts
3333
uses: actions/upload-artifact@v3
3434
with:
@@ -51,7 +51,7 @@ jobs:
5151
- {
5252
os: Mac,
5353
arch: aarch64,
54-
cmake: '-DCMAKE_OSX_ARCHITECTURES=arm64'
54+
cmake: '-DCMAKE_OSX_ARCHITECTURES=arm64 -DLLAMA_NATIVE=OFF'
5555
}
5656
steps:
5757
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)