Fix build for non-x86 linux builds
This commit is contained in:
parent
d3c8300b9c
commit
d7c2f45edd
1 changed files with 6 additions and 0 deletions
6
.github/workflows/pythonpackage.yml
vendored
6
.github/workflows/pythonpackage.yml
vendored
|
|
@ -106,6 +106,12 @@ jobs:
|
|||
with:
|
||||
python-version: 3.8
|
||||
|
||||
- name: Set up QEMU
|
||||
if: runner.os == 'Linux'
|
||||
uses: docker/setup-qemu-action@v2
|
||||
with:
|
||||
platforms: all
|
||||
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: sqlite-amalgamation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue