Skip to content

Commit

Permalink
remove extra cmake flags
Browse files Browse the repository at this point in the history
  • Loading branch information
nosracd committed Dec 23, 2024
1 parent 09b3717 commit 8c2cc01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
lua:p
- name: Configure CMake
run: cmake -B build ${{env.CMAKE_FLAGS}} -DPython_FIND_REGISTRY=NEVER
run: cmake -B build ${{env.CMAKE_FLAGS}}

- name: Build
run: cmake --build build
Expand Down

0 comments on commit 8c2cc01

Please sign in to comment.