Skip to content

CDriveShiftAI v0.1.1:修复局部放大镜白屏、灰帧与抖动 #17

CDriveShiftAI v0.1.1:修复局部放大镜白屏、灰帧与抖动

CDriveShiftAI v0.1.1:修复局部放大镜白屏、灰帧与抖动 #17

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
jobs:
windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
cache: npm
- uses: dtolnay/rust-toolchain@stable
- run: npm ci
- run: npm run lint
- run: npm test
- run: npm run build:native
- run: npm run build:main
- run: npm run build:web