diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 4acfbfef2..006a0b98c 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -111,6 +111,7 @@ jobs: run: | wget -UseBasicParsing https://github.com/capstone-engine/capstone/archive/refs/tags/5.0.1.zip -O capstone-5.0.1.zip tar -xf capstone-5.0.1.zip + cd .\capstone-5.0.1 mkdir build cd .\build\ cmake -DCAPSTONE_INSTALL=On -DBUILD_SHARED_LIBS=On -DCMAKE_INSTALL_PREFIX=.\install ..