Skip to content

Fix an endian issue and some ambiguous evaluation order #44

Fix an endian issue and some ambiguous evaluation order

Fix an endian issue and some ambiguous evaluation order #44

Workflow file for this run

name: Build
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: '${{ matrix.os }}'
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04,ubuntu-latest,macOS-12,macOS-latest]
steps:
- uses: actions/checkout@v3
- run: make -j4
- run: ./tivars_tests