Skip to content

Automatic LD_LIBRARY_PATH #8

Automatic LD_LIBRARY_PATH

Automatic LD_LIBRARY_PATH #8

Workflow file for this run

on:
push:
paths-ignore:
- '**/README.md'
pull_request:
branches: [main]
paths-ignore:
- '**/README.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Download source
uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- name: Build C bindings
run: make
- name: Install Crystal
uses: crystal-lang/install-crystal@v1
- name: Run tests
run: crystal spec