Skip to content

1.5.3: Fixes compilation on mac os (due to sprintf being deprecated) … #16

1.5.3: Fixes compilation on mac os (due to sprintf being deprecated) …

1.5.3: Fixes compilation on mac os (due to sprintf being deprecated) … #16

Workflow file for this run

name: Build & run tests
on:
push:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run the 'make all'
run: make all