From 0e15380aa3160bceee802b1a5c280bed8ac12b24 Mon Sep 17 00:00:00 2001 From: cheney Date: Wed, 22 Oct 2025 14:42:00 +0800 Subject: [PATCH] :2 testci --- .gitea/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 99a8ade..5204067 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -12,6 +12,6 @@ jobs: echo ${{ github.ref_name }} ${{ github.sha }} bun -v cd kit - kit i - kit run windows - kit run linux + bun i + bun run windows + bun run linux