refactor: diagnostic handling (#337)

This commit is contained in:
ykiko
2026-01-03 16:23:06 +08:00
committed by GitHub
parent dee5e136b7
commit dd8f0dd90d
62 changed files with 948 additions and 914 deletions

View File

@@ -46,7 +46,7 @@ jobs:
- uses: ./.github/actions/setup-pixi
with:
environments: develop
environments: package
- name: Remove ci llvm toolchain on Windows
if: runner.os == 'Windows'

View File

@@ -21,8 +21,6 @@ jobs:
uses: actions/checkout@v4
- uses: ./.github/actions/setup-pixi
with:
environments: develop
- name: Build
run: pixi run build ${{ matrix.build_type }} ON

View File

@@ -30,8 +30,6 @@ jobs:
build-cache-key: ${{ matrix.os }}-${{ matrix.build_type }}
- uses: ./.github/actions/setup-pixi
with:
environments: develop
- name: Build
run: pixi run xmake ${{ matrix.build_type }}