Compare commits
1 Commits
0.2.2
...
38bc78caba
| Author | SHA1 | Date | |
|---|---|---|---|
| 38bc78caba |
@@ -10,7 +10,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: install deps
|
||||
run: sudo apt install cmake
|
||||
run: 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