Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,16 @@ jobs:
repository: rizinorg/rizin
path: rizin
ref: ${{ inputs.rizin_ref }}

- name: Install pkg-config with Homebrew
if: matrix.os == 'macos-latest'
run: brew install pkg-config

- name: Run rz-bindgen
uses: pypa/[email protected]
uses: pypa/[email protected]
env:
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
CIBW_ARCHS_LINUX: auto aarch64 ppc64le s390x

- name: Upload sdist
uses: actions/upload-artifact@v3
Expand Down