Skip to content

fixed x86_64 mac malloc warning #86

fixed x86_64 mac malloc warning

fixed x86_64 mac malloc warning #86

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: prepare environment for C compiling
run: sudo apt-get install build-essential libgit2-dev
- name: build tur
run: make tur
- name: build and run tests
run: make test