mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 23:59:48 -08:00
ci: binja: update installer to use root
This commit is contained in:
2
.github/workflows/bn-tests.yml
vendored
2
.github/workflows/bn-tests.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
curl "https://raw.githubusercontent.com/Vector35/binaryninja-api/6812c97/scripts/download_headless.py" -o ./.github/binja/download_headless.py
|
||||
python ./.github/binja/download_headless.py --serial $BN_SERIAL --output .github/binja/BinaryNinja-headless.zip
|
||||
unzip .github/binja/BinaryNinja-headless.zip -d .github/binja/
|
||||
python .github/binja/binaryninja/scripts/install_api.py
|
||||
python .github/binja/binaryninja/scripts/install_api.py --install-on-root --silent
|
||||
- name: Run tests
|
||||
env:
|
||||
BN_LICENSE: ${{ secrets.BN_LICENSE }}
|
||||
|
||||
Reference in New Issue
Block a user