File tree 4 files changed +0
-16
lines changed 4 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 55
55
mingw-w64-x86_64-toolchain
56
56
mingw-w64-x86_64-xpm-nox
57
57
if : runner.os == 'Windows'
58
- - name : Install Visual C++ build tools
59
- # Install the 2019 version because Bazel doesn’t support anything newer
60
- # in most versions; see
61
- # https://bazel.build/install/windows#install-compilers.
62
- shell : cmd
63
- run : >
64
- choco install
65
- visualstudio2019buildtools
66
- visualstudio2019-workload-vctools
67
- if : runner.os == 'Windows'
68
58
- name : Cache Bazel repositories
69
59
uses : actions/cache@v3
70
60
with :
Original file line number Diff line number Diff line change 58
58
-- check
59
59
env :
60
60
USE_BAZEL_VERSION : ${{matrix.bazel}}
61
- BAZEL_VC : >-
62
- C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC
63
61
# https://github.com/bazelbuild/bazelisk/issues/88#issuecomment-625178467
64
62
BAZELISK_GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
65
63
- name : Upload profiles
Original file line number Diff line number Diff line change 40
40
-- emacs
41
41
env :
42
42
USE_BAZEL_VERSION : latest
43
- BAZEL_VC : >-
44
- C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC
45
43
# https://github.com/bazelbuild/bazelisk/issues/88#issuecomment-625178467
46
44
BAZELISK_GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
47
45
- name : Upload binary execution log
Original file line number Diff line number Diff line change 41
41
-- lock
42
42
env :
43
43
USE_BAZEL_VERSION : latest
44
- BAZEL_VC : >-
45
- C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC
46
44
# https://github.com/bazelbuild/bazelisk/issues/88#issuecomment-625178467
47
45
BAZELISK_GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
48
46
- name : Upload lockfiles
You can’t perform that action at this time.
0 commit comments