From 1b56ede46228534d2359a435d28d30ee2fe8e32b Mon Sep 17 00:00:00 2001 From: Aiden Date: Sun, 3 May 2026 12:12:29 +1000 Subject: [PATCH] Fixed spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c417b0f..8c80e1e 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,6 @@ Only `runtime/templates/` and `runtime/README.md` are tracked. The Gitea workflow expects two act runners: - `windows-latest`: builds the native app and runs native tests. -- `nubuntu-latest`: installs UI dependencies and runs the Vite build. +- `ubuntu-latest`: installs UI dependencies and runs the Vite build. If your Windows runner stores the Blackmagic SDK outside the repo, configure `GPUDIRECT_DIR` in the runner environment or adjust the workflow configure command to pass `-DGPUDIRECT_DIR=...`.