chore: bump version to v0.2.6

This commit is contained in:
mofeng-git
2026-08-02 16:37:47 +08:00
parent 47af17bebc
commit 16400df182
6 changed files with 5 additions and 3036 deletions

View File

@@ -37,8 +37,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 24
cache: npm
cache-dependency-path: web/package-lock.json
- uses: dtolnay/rust-toolchain@stable
@@ -59,7 +57,7 @@ jobs:
- name: Build frontend
working-directory: web
run: |
npm ci
npm install
npm run build
- name: Set up QEMU