Skip to content

c backend, clear some vars #50

c backend, clear some vars

c backend, clear some vars #50

Workflow file for this run

name: C tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build-latest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get update && sudo apt-get -y install make gcc
- name: Build
run: make -Clotordb/src