Skip to content

Change action version to v1-beta #11

Change action version to v1-beta

Change action version to v1-beta #11

Workflow file for this run

on: push
jobs:
python:
runs-on: ubuntu-latest
name: Python support on ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: python --version
- name: Set up Binary Ninja
uses: ./ # Uses action in the root directory
id: setup-binja
with:
license: '${{ secrets.BN_SERIAL }}'
- name: Get Binary Ninja package version
run: python -c "from binaryninja import *; print(core_version())"