Fix CITest cmake install

This commit is contained in:
kabeor 2022-01-18 12:30:37 +08:00
parent fbfcd5af19
commit 12853a4cd2
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ jobs:
run: | run: |
mkdir build mkdir build
cd build cd build
cmake .. cmake -DCAPSTONE_INSTALL=1 ..
cmake --build . --config Release cmake --build . --config Release
sudo make install sudo make install