Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Commit

Permalink
MacOS CI: Fix Python tool test with PYTHONPATH (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekilmer authored Dec 16, 2020
1 parent 24db01c commit 40d5cc7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/vcpkg_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,8 @@ jobs:
run: |
# --help return non-zero and fails...
mcsema-lift-${{ matrix.llvm }}.0 --version
mcsema-disass-2 --help
# TODO Might want to use virtualenv for this whole Python installation process
# Will need to be updated based on the Python2 version used during installation
PYTHONPATH=/usr/local/lib/python2.7/site-packages mcsema-disass-2 --help
# Will need to be updated based on the Python3 version used during installation
PYTHONPATH=/usr/local/lib/python3.9/site-packages mcsema-disass-3 --help

0 comments on commit 40d5cc7

Please sign in to comment.