Skip to content

Commit

Permalink
Revert "chore(ci): migrate bazelbuild/setup-bazelisk to bazel-contrib…
Browse files Browse the repository at this point in the history
…/setup-bazel (#13622)"

This reverts commit c498f41.
  • Loading branch information
fffonion committed Sep 11, 2024
1 parent df46e0b commit 2ee9352
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,15 +189,7 @@ jobs:
grep -v '^#' .requirements >> $GITHUB_ENV
- name: Setup Bazel
uses: bazel-contrib/[email protected]
with:
bazelisk-version: "1.20.0"
# Avoid downloading Bazel every time.
bazelisk-cache: true
# Store build cache per workflow.
disk-cache: ${{ github.workflow }}
# Share repository cache between workflows.
repository-cache: true
uses: bazelbuild/setup-bazelisk@95c9bf48d0c570bb3e28e57108f3450cd67c1a44 # v2.0.0

- name: Install Deb Dependencies
if: matrix.package == 'deb' && steps.cache-deps.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 2ee9352

Please sign in to comment.