Commit 841adda1 authored by Daniel Hiltgen's avatar Daniel Hiltgen
Browse files

Fix windows lint CI flakiness

parent 0035e31a
...@@ -260,7 +260,9 @@ jobs: ...@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment