File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11BAZELISK_BASE_URL=https://github.com/aspect-build/aspect-cli/releases/download
2- USE_BAZEL_VERSION=aspect/5.7.2
2+ USE_BAZEL_VERSION=aspect/5.8.19
Original file line number Diff line number Diff line change @@ -127,6 +127,15 @@ jobs:
127127 if : matrix.bzlmodEnabled
128128 run : echo "bzlmod_flag=--config=bzlmod" >> $GITHUB_OUTPUT
129129
130+ - name : Don't use Aspect CLI on Windows
131+ # TODO: re-enable Aspect CLI on Windows once we have Windows releases
132+ if : matrix.os == 'windows-latest'
133+ working-directory : ${{ matrix.folder }}
134+ run : |
135+ if (Test-Path .bazeliskrc) {
136+ Remove-Item .bazeliskrc -verbose
137+ }
138+
130139 - name : bazel test //...
131140 env :
132141 # Bazelisk will download bazel to here, ensure it is cached between runs.
You can’t perform that action at this time.
0 commit comments