Skip to content

Commit

Permalink
bazelbuild/setup-bazelisk doesn't work for some reason.
Browse files Browse the repository at this point in the history
Change-Id: I7f17bd02512114e6ecf665c2f88f662366a6f4aa
Reviewed-on: https://code-review.googlesource.com/c/re2/+/61612
Reviewed-by: Alex Chernyakhovsky <[email protected]>
Reviewed-by: Paul Wankadia <[email protected]>
  • Loading branch information
junyer committed Jul 28, 2023
1 parent 280df8c commit d992627
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,11 @@ jobs:
BAZEL_CPU: ${{ matrix.arch.bazel-name }}_windows
steps:
- 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 getting in the way.
- run: choco uninstall -y bazel
# Avoid the Chocolatey install of Bazel getting in the way;
# `bazelbuild/setup-bazelisk` doesn't work for some reason.
- run: |
choco uninstall -y bazel
choco install -y bazelisk
shell: bash
- uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit d992627

Please sign in to comment.