Add basic Gitea Actions CI workflow #6

Merged
andrew merged 4 commits from weaselbot/weaseldb:weaselbot/issue-5 into main 2026-06-30 20:36:38 +00:00
Showing only changes of commit 7ffecdda7d - Show all commits
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
- name: Install deps
run: |
sudo apt-get update
sudo apt-get install -y build-essential clang cmake
sudo apt-get install -y build-essential clang cmake gperf
- name: Build and install weaseljson
run: |