Skip to content

Bump version after logging API release (#33) #50

Bump version after logging API release (#33)

Bump version after logging API release (#33) #50

Workflow file for this run

name: Build
on:
push
env:
CARGO_TERM_COLOR: always
LIBCLANG_PATH: /usr/lib/llvm-14/lib/
jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
version: [community, enterprise]
steps:
- name: Install apt-get
run: sudo apt-get install -y clang llvm
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- name: Build
run: cargo build --features=${{ matrix.version }} --verbose