From a71a3b6c7028cacb92be2b37803e989b6bba3938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petrus=20Nguy=E1=BB=85n=20Th=C3=A1i=20H=E1=BB=8Dc?= Date: Wed, 29 Jun 2022 00:56:38 +0700 Subject: [PATCH] ci: timeout-minutes: 30 [skip ci] --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 204c85a6..dfac0e54 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,6 +18,7 @@ jobs: matrix: os: [ macos-11, ubuntu-latest, windows-latest ] runs-on: ${{ matrix.os }} + timeout-minutes: 30 steps: - uses: actions/checkout@v3