Skip to content

Commit

Permalink
Bazelisk isn't installed with Chocolatey, apparently.
Browse files Browse the repository at this point in the history
Change-Id: Iaa1546708ef3570636859340fd493ac55c7fa7c1
Reviewed-on: https://code-review.googlesource.com/c/re2/+/61611
Reviewed-by: Paul Wankadia <[email protected]>
Reviewed-by: Alex Chernyakhovsky <[email protected]>
  • Loading branch information
junyer committed Jul 28, 2023
1 parent f527374 commit 280df8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ jobs:
- uses: actions/checkout@v3
# TODO(junyer): Use `v2` whenever a new release is tagged.
- uses: bazelbuild/setup-bazelisk@6244971d4f7ba9aca943c2f3ede2bbd813fcca51
# Avoid the Chocolatey install of Bazel(isk) getting in the way.
- run: choco uninstall -y bazel bazelisk
# Avoid the Chocolatey install of Bazel getting in the way.
- run: choco uninstall -y bazel
shell: bash
- uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 280df8c

Please sign in to comment.