refactor: diagnostic handling (#337)
This commit is contained in:
2
.github/workflows/publish-clice.yml
vendored
2
.github/workflows/publish-clice.yml
vendored
@@ -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'
|
||||
|
||||
2
.github/workflows/test-cmake.yml
vendored
2
.github/workflows/test-cmake.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/test-xmake.yml
vendored
2
.github/workflows/test-xmake.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user