Skip to content

Fix link warning on FreeBSD #662

Fix link warning on FreeBSD

Fix link warning on FreeBSD #662

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
compiler: [ clang, gcc ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v6.0.1
- name: make
run: cd src && make clean && make all