This repository was archived by the owner on Jul 16, 2024. It is now read-only.
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
14
14
- name : Install bazelisk
15
15
run : |
16
- curl -LO "https://github.com/bazelbuild/bazelisk/releases/download/v1.18 .0/bazelisk-linux-amd64"
16
+ curl -LO "https://github.com/bazelbuild/bazelisk/releases/download/v1.19 .0/bazelisk-linux-amd64"
17
17
mkdir -p "${GITHUB_WORKSPACE}/bin/"
18
18
mv bazelisk-linux-amd64 "${GITHUB_WORKSPACE}/bin/bazel"
19
19
chmod +x "${GITHUB_WORKSPACE}/bin/bazel"
31
31
32
32
- name : Install bazelisk
33
33
run : |
34
- curl -LO "https://github.com/bazelbuild/bazelisk/releases/download/v1.18 .0/bazelisk-linux-amd64"
34
+ curl -LO "https://github.com/bazelbuild/bazelisk/releases/download/v1.19 .0/bazelisk-linux-amd64"
35
35
mkdir -p "${GITHUB_WORKSPACE}/bin/"
36
36
mv bazelisk-linux-amd64 "${GITHUB_WORKSPACE}/bin/bazel"
37
37
chmod +x "${GITHUB_WORKSPACE}/bin/bazel"
49
49
50
50
- name : Install bazelisk
51
51
run : |
52
- curl -LO "https://github.com/bazelbuild/bazelisk/releases/download/v1.18 .0/bazelisk-linux-amd64"
52
+ curl -LO "https://github.com/bazelbuild/bazelisk/releases/download/v1.19 .0/bazelisk-linux-amd64"
53
53
mkdir -p "${GITHUB_WORKSPACE}/bin/"
54
54
mv bazelisk-linux-amd64 "${GITHUB_WORKSPACE}/bin/bazel"
55
55
chmod +x "${GITHUB_WORKSPACE}/bin/bazel"
67
67
68
68
- name : Install bazelisk
69
69
run : |
70
- curl -LO "https://github.com/bazelbuild/bazelisk/releases/download/v1.18 .0/bazelisk-linux-amd64"
70
+ curl -LO "https://github.com/bazelbuild/bazelisk/releases/download/v1.19 .0/bazelisk-linux-amd64"
71
71
mkdir -p "${GITHUB_WORKSPACE}/bin/"
72
72
mv bazelisk-linux-amd64 "${GITHUB_WORKSPACE}/bin/bazel"
73
73
chmod +x "${GITHUB_WORKSPACE}/bin/bazel"
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ if [[ "${ARTIFACT_LOCATION}" != */ ]]; then
43
43
fi
44
44
45
45
if [[ -n " ${INSTALL_BAZELISK:- } " ]]; then
46
- DOWNLOAD_URL=" https://github.com/bazelbuild/bazelisk/releases/download/v1.16 .0/bazelisk-linux-amd64"
46
+ DOWNLOAD_URL=" https://github.com/bazelbuild/bazelisk/releases/download/v1.19 .0/bazelisk-linux-amd64"
47
47
echo " Downloading bazelisk from $DOWNLOAD_URL "
48
48
curl -L --output " /tmp/bazelisk" " ${DOWNLOAD_URL} "
49
49
chmod +x " /tmp/bazelisk"
You can’t perform that action at this time.
0 commit comments