From 2c2e8a24d029a767c3fb637a3b40829a8dc5fb8d Mon Sep 17 00:00:00 2001 From: Rot127 Date: Thu, 8 Aug 2024 01:01:29 -0500 Subject: [PATCH] Fix Windows CI --- .github/workflows/CITest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CITest.yml b/.github/workflows/CITest.yml index aa92a1c58b..29aefd3a2f 100644 --- a/.github/workflows/CITest.yml +++ b/.github/workflows/CITest.yml @@ -160,8 +160,8 @@ jobs: run: | cmake --version cmake --preset=${{ matrix.config.platform }}-x64 - cmake --build -DCAPSTONE_BUILD_CSTEST=ON --preset build-${{ matrix.config.platform }}-release - cmake --build -DCAPSTONE_BUILD_CSTEST=ON --preset install-${{ matrix.config.platform }}-release + cmake -DCAPSTONE_BUILD_CSTEST=ON --build --preset build-${{ matrix.config.platform }}-release + cmake -DCAPSTONE_BUILD_CSTEST=ON --build --preset install-${{ matrix.config.platform }}-release - name: cstest unit tests - Windows run: |