Skip to content

Commit

Permalink
Fix cmake cmd lin arg.
Browse files Browse the repository at this point in the history
  • Loading branch information
monamimani committed Apr 3, 2024
1 parent 2f4f1b2 commit ca5e666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: |
& { . Scripts\Build\VsEnvironment.ps1; LaunchVsDevShell }
cmake --preset ${{matrix.configure-preset}} -DGIT_SHA:STRING=${{ github.sha }} -DPersonalWorks_ENABLE_CLANG_TIDY:OFF
cmake --preset ${{matrix.configure-preset}} -DGIT_SHA:STRING=${{ github.sha }} -DPersonalWorks_ENABLE_CLANG_TIDY=OFF
cmake --build --preset ${{matrix.build-preset}}

# - name: Tests
Expand Down

0 comments on commit ca5e666

Please sign in to comment.