File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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') }}
You can’t perform that action at this time.
0 commit comments