2 Commits

Author SHA1 Message Date
3ed0ed52fe Merge remote-tracking branch 'origin/hotfix-0001' into hotfix-0001
Some checks failed
CI / build (push) Failing after 8s
# Conflicts:
#	.gitea/workflows/ci.yml
2026-03-14 13:05:56 +01:00
1d8c91c0be fix: repair pipeline and use curtle.h 2026-03-14 13:05:32 +01:00

View File

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