Skip to content

Commit 72a2a5f

Browse files
committed
Set job timeout to 60s and restore baselisk from cache
Signed-off-by: Pawel Kojma <pkojma@internships.antmicro.com>
1 parent c24c698 commit 72a2a5f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
runs-on: ubuntu-24.04
7979
permissions:
8080
contents: write
81-
timeout-minutes: 30
81+
timeout-minutes: 60
8282
needs:
8383
- build-verilator
8484
env:
@@ -92,8 +92,8 @@ jobs:
9292
fetch-depth: 1
9393
- uses: bazel-contrib/setup-bazel@0.15.0
9494
with:
95-
bazelisk-version: 1.29.0
96-
# Avoid downloading Bazel every time. bazelisk-cache: true
95+
# Avoid downloading Bazel every time.
96+
bazelisk-cache: true
9797
# Store build cache per workflow.
9898
disk-cache: ${{ github.workflow }}
9999
# Share repository cache between workflows.

0 commit comments

Comments
 (0)