From f4286820d93eea7cfb1953aa6e43782a53a1e629 Mon Sep 17 00:00:00 2001 From: Nicolas Paul Date: Mon, 2 Oct 2023 09:18:35 +0200 Subject: Fix workflow CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b786e8..dd5eca5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: os: [windows-latest, macos-latest, ubuntu-latest] go-version: ["1.16", "1.17", "1.18", "1.19", "1.20", "1.21"] runs-on: ${{ matrix.os }} - timeout-minutes: 3 + timeout-minutes: 5 steps: - uses: actions/checkout@v4 - uses: actions/setup-go@v4 @@ -64,4 +64,4 @@ jobs: with: name: build-${{ matrix.os }}-go-${{ matrix.go-version }} path: svgu.o - if-no-file-found: error + if-no-files-found: error -- cgit v1.2.3