feat(linux-egui): 复刻 2.0 完整界面并补齐 Linux 原生能力 #1
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Linux egui build and backend checks | |
| on: | |
| pull_request: | |
| branches: [beta] | |
| paths: | |
| - 'openless-all/app/**' | |
| - 'openless-all/scripts/linux-*/**' | |
| - '.github/workflows/*linux-egui.yml' | |
| push: | |
| branches: [Linux-egui] | |
| workflow_dispatch: | |
| permissions: | |
| contents: write | |
| jobs: | |
| native: | |
| uses: ./.github/workflows/release-linux-egui.yml |