Skip to content

use more recent api #66

use more recent api

use more recent api #66

Workflow file for this run

name: C
on: [push]
jobs:
build:
runs-on: ubuntu-latest
container: monetdb/dev-builds:default
steps:
- uses: actions/checkout@v3
- name: Build
run: |
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .
cmake --build . --target test
rm -rf /tmp/*csv
rm -rf C/dbx