mirror of
https://github.com/tcsenpai/ollama.git
synced 2025-06-09 12:37:07 +00:00
Fix windows lint CI flakiness
This commit is contained in:
parent
0035e31af8
commit
841adda157
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
@ -260,7 +260,9 @@ jobs:
|
|||||||
mkdir -p llm/build/windows/$ARCH/stub/stub/bin/
|
mkdir -p llm/build/windows/$ARCH/stub/stub/bin/
|
||||||
touch llm/build/windows/$ARCH/stub/stub/bin/stub.dll
|
touch llm/build/windows/$ARCH/stub/stub/bin/stub.dll
|
||||||
if: ${{ startsWith(matrix.os, 'windows-') }}
|
if: ${{ startsWith(matrix.os, 'windows-') }}
|
||||||
- uses: golangci/golangci-lint-action@v3
|
- uses: golangci/golangci-lint-action@v4
|
||||||
|
with:
|
||||||
|
args: --timeout 8m0s
|
||||||
test:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user