diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af1d7b3..da03a47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,10 @@ jobs: path: rizin ref: ${{ inputs.rizin_ref }} + - name: Patch meson.build for wheel build + if: matrix.os != 'windows-2019' + run: sed -i.bak 's/^\([[:blank:]]*install:\) host_machine.*$/\1 true,/' meson.build + - name: Build rz-bindgen uses: pypa/cibuildwheel@v2.8.0