Switch to folio for document rendering

This commit is contained in:
Milan Nikolic
2026-08-24 15:40:38 +02:00
parent 38cb375a93
commit b8bf8fa9df
18 changed files with 183 additions and 189 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
run: go build -v ./...
working-directory: cmd/cbconvert
env:
CGO_ENABLED: 1
CGO_ENABLED: 0
gui:
strategy:
+1 -1
View File
@@ -17,4 +17,4 @@ jobs:
- name: Test
run: go test -v ./...
env:
CGO_ENABLED: 1
CGO_ENABLED: 0