diff options
| author | Nicolas Paul <n@nc0.fr> | 2023-10-02 09:18:35 +0200 |
|---|---|---|
| committer | Nicolas Paul <n@nc0.fr> | 2023-10-02 09:18:35 +0200 |
| commit | f4286820d93eea7cfb1953aa6e43782a53a1e629 (patch) | |
| tree | 56df2fa5e792b62002a4508b3f234be458bb2701 | |
| parent | 43d6226d5481ca6d8216780cc3bb971a3c3c0931 (diff) | |
Fix workflow CI
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files 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 |
