fix: repair pipeline and use curtle.h
This commit is contained in:
@@ -10,7 +10,9 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: install deps
|
||||
run: sudo apt install cmake
|
||||
run: |
|
||||
apt update
|
||||
apt install cmake
|
||||
|
||||
- name: build
|
||||
run: |
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
#ifndef CURTLE_H
|
||||
#define CURTLE_H
|
||||
|
||||
#include "curtle/linear_algebra.h"
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user