Skip to content

optimize the performance (fps) of mesh detector in xrblocks #477

optimize the performance (fps) of mesh detector in xrblocks

optimize the performance (fps) of mesh detector in xrblocks #477

Workflow file for this run

name: Build Check
on:
push:
branches-ignore:
- 'build'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: '24'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Build project
run: npm run build