We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfcbbfc commit 3b8d804Copy full SHA for 3b8d804
.github/workflows/build_wheels_linux.yml
@@ -33,6 +33,7 @@ jobs:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
35
Build:
36
+ name: Build with_contrib ${{ matrix.with_contrib }} without_gui ${{ matrix.without_gui }}
37
runs-on: ubuntu-22.04
38
needs: Check
39
if: needs.Check.outputs.build == '1'
@@ -80,6 +81,8 @@ jobs:
80
81
ref: ${{ env.VERSION }}
82
submodules: false
83
fetch-depth: 0
84
+ - name: Setup QEMU
85
+ uses: docker/setup-qemu-action@v3
86
- name: Build a package
87
run: source scripts/build.sh
88
- name: Saving a wheel accordingly to matrix
0 commit comments