Skip to content

Commit

Permalink
Update workflow python
Browse files Browse the repository at this point in the history
  • Loading branch information
cnheitman committed Oct 31, 2023
1 parent 3af13f3 commit 143ad04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,9 @@ jobs:
cd .\capstone-5.0.1
mkdir build
cd .\build\
cmake -DCAPSTONE_INSTALL=On -DBUILD_SHARED_LIBS=On -DCMAKE_INSTALL_PREFIX=.\install ..
cmake -DCAPSTONE_INSTALL=On -DBUILD_SHARED_LIBS=On -DCMAKE_INSTALL_PREFIX=../install ..
cmake --build . --config Release --parallel 4
cmake --install . --config Release
shell: powershell
- name: Build Triton Python package
run: python -m build --wheel
Expand Down

0 comments on commit 143ad04

Please sign in to comment.