From 7b3e2fef660c2df78c92e603bf0bd0398b7afa18 Mon Sep 17 00:00:00 2001 From: Donghee Na Date: Sun, 20 Oct 2024 11:03:10 +0900 Subject: [PATCH] fix --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4731315bc0858a7..4443bfa7ce0d531 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-24.04 container: image: ghcr.io/python/autoconf:2024.10.11.11293396815 - timeout-minutes: 60 + timeout-minutes: 60 needs: check_source if: needs.check_source.outputs.run_tests == 'true' steps: