Skip to content

Update bindgen requirement from 0.66 to 0.68 in /zstd-safe/zstd-sys #225

Update bindgen requirement from 0.66 to 0.68 in /zstd-safe/zstd-sys

Update bindgen requirement from 0.66 to 0.68 in /zstd-safe/zstd-sys #225

Workflow file for this run

name: macOS
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose