Skip to content

Commit

Permalink
ci: remove bazelisk installation step
Browse files Browse the repository at this point in the history
Bazelisk is included in the Github Actions runner, so we don't need to download it ourselves.
  • Loading branch information
dieortin authored Feb 10, 2024
1 parent 80c7d23 commit f5ebf22
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,6 @@ jobs:
build_tutorial:
runs-on: ubuntu-latest
steps:
- name: Download Bazelisk
run: sudo curl -Lo /usr/local/bin/bazel https://github.com/bazelbuild/bazelisk/releases/download/v1.19.0/bazelisk-linux-amd64

- name: Make Bazelisk executable
run: sudo chmod +x /usr/local/bin/bazel

- name: Verify Bazelisk installation
run: bazel --version

- name: Install OS library dependencies
run: sudo apt-get install -y libsasl2-dev libssl-dev libsnappy-dev libzstd-dev

Expand Down

0 comments on commit f5ebf22

Please sign in to comment.