Skip to content

Commit

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

KAG-5221
  • Loading branch information
Water-Melon committed Sep 5, 2024
1 parent 3455151 commit 35ef09c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,19 @@ jobs:
grep -v '^#' .requirements >> $GITHUB_ENV
- name: Setup Bazel
uses: bazelbuild/setup-bazelisk@95c9bf48d0c570bb3e28e57108f3450cd67c1a44 # v2.0.0
uses: bazel-contrib/setup-bazel@0.8.5
with:
# 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

- name: locate bazel
run: |
find / -name "bazel" 2>/dev/null
echo ""
- name: Install Deb Dependencies
if: matrix.package == 'deb' && steps.cache-deps.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 35ef09c

Please sign in to comment.