1 Commits

Author SHA1 Message Date
38bc78caba fix: repair pipeline and use curtle.h
Some checks failed
CI / build (push) Failing after 4s
2026-03-14 13:02:00 +01:00
2 changed files with 7 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
- name: install deps
run: sudo apt install cmake
run: apt install cmake
- name: build
run: |

View File

@@ -0,0 +1,6 @@
#ifndef CURTLE_H
#define CURTLE_H
#include "curtle/linear_algebra.h"
#endif