Skip to content

Commit 333888d

Browse files
committed
Review build
1 parent 6d0a917 commit 333888d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/compile.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ jobs:
8181
path: ./build/bin/libggml-cpu.so
8282
name: ggml-cpu-bin-linux-${{ matrix.build }}-${{ matrix.arch }}.so
8383
if-no-files-found: error
84-
- name: Upload mtmd
85-
uses: actions/upload-artifact@v4
84+
- uses: actions/upload-artifact@v4
8685
with:
8786
path: ./build/bin/libmtmd_shared.so
8887
name: mtmd-bin-linux-${{ matrix.build }}-${{ matrix.arch }}.so
@@ -147,8 +146,7 @@ jobs:
147146
path: ./build/bin/libggml-cpu.so
148147
name: ggml-cpu-bin-musl-${{ matrix.build }}-x64.so
149148
if-no-files-found: error
150-
- name: Upload mtmd
151-
uses: actions/upload-artifact@v4
149+
- uses: actions/upload-artifact@v4
152150
with:
153151
path: ./build/bin/libmtmd_shared.so
154152
name: mtmd-bin-musl-${{ matrix.build }}-x64.so
@@ -345,7 +343,7 @@ jobs:
345343
strategy:
346344
fail-fast: false
347345
matrix:
348-
os: [ubuntu-22.04, windows-2022]
346+
os: [ubuntu-22.04, windows-2019]
349347
cuda: ['12.2.0', '11.7.1']
350348
runs-on: ${{ matrix.os }}
351349
steps:

0 commit comments

Comments
 (0)