Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kinokrt authored Dec 15, 2023
1 parent 32789cc commit d93ddc9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,7 @@ jobs:
- name: Prepare Makefile using CMake
run: |
cmake \
--preset ${{ matrix.build-config.conan-preset }} \
-DCFG_ENABLE_DOC_GEN=ON \
-DCFG_SKIP_CODE_GEN=ON
conan build .
- name: Get the number of processor cores for parallelized work
uses: SimenB/github-actions-cpu-cores@v1
Expand Down

0 comments on commit d93ddc9

Please sign in to comment.