Skip to content

Commit 3b8d804

Browse files
fix: 添加 qemu 配置
1 parent dfcbbfc commit 3b8d804

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_wheels_linux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434

3535
Build:
36+
name: Build with_contrib ${{ matrix.with_contrib }} without_gui ${{ matrix.without_gui }}
3637
runs-on: ubuntu-22.04
3738
needs: Check
3839
if: needs.Check.outputs.build == '1'
@@ -80,6 +81,8 @@ jobs:
8081
ref: ${{ env.VERSION }}
8182
submodules: false
8283
fetch-depth: 0
84+
- name: Setup QEMU
85+
uses: docker/setup-qemu-action@v3
8386
- name: Build a package
8487
run: source scripts/build.sh
8588
- name: Saving a wheel accordingly to matrix

0 commit comments

Comments
 (0)