Skip to content

Fix ci error.

Fix ci error. #25

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: configure
run: mkdir build && cd build && cmake -DLIBXR_TEST_BUILD=True ..
- name: make
run: cd build && make
- name: check
run: ./build/test