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: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
fail-fast: false
matrix: matrix:
block: block:
- control - control
+2
View File
@@ -5,7 +5,9 @@ import (
"io/fs" "io/fs"
) )
//go:generate deno install
//go:generate deno task build //go:generate deno task build
//go:embed all:build //go:embed all:build
var buildDir embed.FS var buildDir embed.FS