mirror of
https://codeberg.org/PLG-Development/PLG-MuDiCS
synced 2026-07-06 00:47:09 +00:00
ci: fix control build
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user