Skip to content

Commit 975030e

Browse files
committed
That didn't work
1 parent d281ec1 commit 975030e

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

.github/workflows/continuous-integration.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,11 @@ jobs:
268268
pretty: "LibRapid_Windows-Latest_MSVC_C++23"
269269

270270
steps:
271+
- name: Workflow Telemetry
272+
uses: runforesight/[email protected]
273+
with:
274+
theme: "dark"
275+
271276
- name: Checkout LibRapid
272277
uses: actions/checkout@v4
273278
with:

.github/workflows/wheels.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,11 @@ jobs:
270270
# pythonType: "pp"
271271

272272
steps:
273+
- name: Workflow Telemetry
274+
uses: runforesight/[email protected]
275+
with:
276+
theme: "dark"
277+
273278
- name: Checkout LibRapid
274279
uses: actions/checkout@v4
275280
with:

CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ if (${SKBUILD})
165165
target_compile_definitions(${module_name} PUBLIC
166166
LIBRAPID_PYTHON
167167
WIN32_LEAN_AND_MEAN
168-
LIBRAPID_USE_PRECOMPILED_HEADER=ON
169168
)
170169
install(TARGETS ${module_name} DESTINATION .)
171170
else ()

0 commit comments

Comments
 (0)