Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Fix CI

Fix CI #2

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: get-cmake
uses: lukka/[email protected]
- run: |
mkdir build
cd build
cmake ..
cmake --build .
ctest