Fix build for non-x86 linux builds

This commit is contained in:
laggykiller 2024-02-24 09:07:27 +08:00
parent d3c8300b9c
commit d7c2f45edd

View file

@ -106,6 +106,12 @@ jobs:
with: with:
python-version: 3.8 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 - uses: actions/download-artifact@v3
with: with:
name: sqlite-amalgamation name: sqlite-amalgamation