ci: fix control build

This commit is contained in:
2025-11-04 17:43:38 +01:00
parent 74470c3bb5
commit edc9d312bc
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
block:
- control
+2
View File
@@ -5,7 +5,9 @@ import (
"io/fs"
)
//go:generate deno install
//go:generate deno task build
//go:embed all:build
var buildDir embed.FS