Skip to content

Update instructions in README for 1.0.4 (#697) #388

Update instructions in README for 1.0.4 (#697)

Update instructions in README for 1.0.4 (#697) #388

Workflow file for this run

name: columnar
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Install build environment
run: |
sudo apt-get update -y
sudo apt-get install -y libssl-dev cmake gcc g++ curl gdb
- uses: actions/checkout@v4
with:
submodules: recursive
- name: ccache
uses: hendrikmuhs/[email protected]
with:
key: ${{ github.job }}
- name: Build
timeout-minutes: 40
env:
CB_COLUMNAR: ON
run: ./bin/build-tests