hotfix-0001 #1

Merged
lowearthorbit merged 7 commits from hotfix-0001 into main 2026-03-14 13:44:35 +01:00
2 changed files with 7 additions and 1 deletions
Showing only changes of commit 38bc78caba - Show all commits

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