Skip to content

Commit 6ca270d

Browse files
committed
test
1 parent dbf5e04 commit 6ca270d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/uv-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
set -x
4444
curl -L https://github.com/bazelbuild/bazelisk/releases/download/v1.26.0/bazelisk-linux-amd64 \
4545
-o bazelisk-linux-amd64 \
46-
&& sudo mv bazelisk-linux-amd64 /usr/local/bin/bazel \
47-
&& sudo chmod +x /usr/local/bin/bazel
46+
&& mv bazelisk-linux-amd64 /usr/local/bin/bazel \
47+
&& chmod +x /usr/local/bin/bazel
4848
bazel --version
4949
5050
- name: UV lock and check for changes

0 commit comments

Comments
 (0)