Skip to content

Ignore ELF header OS byte #6

Ignore ELF header OS byte

Ignore ELF header OS byte #6

Workflow file for this run

on: [push, pull_request]
name: Build (and Release)
env:
CARGO_TERM_COLOR: always
jobs:
build:
name: Build (and Release)
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
- name: Build lib
run: |
cargo build --verbose
- name: Test lib (native)
run: |
cargo test --verbose
- name: Build examples
run: |
cargo build --examples --verbose