Skip to content

Commit 5e806b0

Browse files
committed
Store bazel cache in C:/
1 parent 8382945 commit 5e806b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,12 +187,14 @@ jobs:
187187
export PYTHON_BIN_PATH=$(which python)
188188
export BAZEL_VC="C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/"
189189
190+
mkdir C:/bazel_cache
191+
190192
python --version
191193
python -m pip install wheel setuptools numpy six --no-cache-dir
192194
193195
./configure.sh
194196
195-
bazelisk --output_base=cache build :build_pip_pkg --copt=/arch:AVX --enable_runfiles --define=override_eigen_strong_inline=true
197+
bazelisk --output_base=C:/bazel_cache build :build_pip_pkg --copt=/arch:AVX --enable_runfiles --define=override_eigen_strong_inline=true
196198
bazel-bin/build_pip_pkg wheelhouse
197199
198200
shell: bash

0 commit comments

Comments
 (0)