Skip to content

Commit 62f4dd5

Browse files
committed
Use setup-bazel from bazel-contrib/setup-bazel#71
1 parent 99d2c08 commit 62f4dd5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,12 @@ jobs:
7676
runs-on: ${{ matrix.target.os }}
7777
steps:
7878
- uses: actions/checkout@v4
79-
- uses: bazel-contrib/setup-bazel@0.14.0
79+
- uses: calebzulawski/setup-bazel@a751db8360efdd12ada2c197609fbfd95457c896
8080
with:
8181
module-root: toolchain
8282
bazelisk-cache: true
8383
disk-cache: ${{ github.job }}-${{ matrix.target.name }}
84+
max-disk-cache-size: 1
8485
repository-cache: true
8586
- name: Download built gcc
8687
uses: actions/download-artifact@v4
@@ -115,11 +116,12 @@ jobs:
115116
runs-on: ${{ matrix.target.os }}
116117
steps:
117118
- uses: actions/checkout@v4
118-
- uses: bazel-contrib/setup-bazel@0.14.0
119+
- uses: calebzulawski/setup-bazel@a751db8360efdd12ada2c197609fbfd95457c896
119120
with:
120121
module-root: toolchain
121122
bazelisk-cache: true
122123
disk-cache: ${{ github.job }}-${{ matrix.target.name }}
124+
max-disk-cache-size: 1
123125
repository-cache: true
124126
- name: Download built gcc
125127
if: ${{ contains(matrix.target.name, 'linux') }}

0 commit comments

Comments
 (0)