Skip to content

chore(deps): update rust docker digest to 893a03d #51

chore(deps): update rust docker digest to 893a03d

chore(deps): update rust docker digest to 893a03d #51

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