Skip to content

Commit

Permalink
Fix Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Aug 8, 2024
1 parent 78d0252 commit 2c2e8a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CITest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 2c2e8a2

Please sign in to comment.