File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments