Skip to content

Commit

Permalink
fix analyze
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy authored Oct 25, 2024
1 parent b4d77f5 commit 9ff35bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Build
run: |
cmake -S . -B ./build -A x64 -DPWN_BUILD_TOOLKIT=OFF -DPWN_INCLUDE_DISASSEMBLER=OFF -DPWN_BUILD_DOCS=OFF -DPWN_BUILD_TESTING=OFF -DPWN_LOG_USE_COLOR=OFF
cmake -S . -B ./build -A x64 -DPWN_BUILD_CRYPTO=ON -DPWN_BUILD_TOOLKIT=OFF -DPWN_INCLUDE_DISASSEMBLER=OFF -DPWN_BUILD_DOCS=OFF -DPWN_BUILD_TESTING=OFF -DPWN_LOG_USE_COLOR=OFF
cmake --build ./build --parallel ${{ env.NB_CPU }} --config Debug
- name: Analyze
Expand Down

0 comments on commit 9ff35bd

Please sign in to comment.