Skip to content

ci: remove bazelisk installation step #7

ci: remove bazelisk installation step

ci: remove bazelisk installation step #7

Workflow file for this run

name: Continuous integration
on: [push, pull_request]
jobs:
build_tutorial:
runs-on: ubuntu-latest
steps:
- name: Install OS library dependencies
run: sudo apt-get install -y libsasl2-dev libssl-dev libsnappy-dev libzstd-dev
- name: Check out repository
uses: actions/checkout@v4.1.1
- name: Build the tutorial target
run: bazel build :tutorial