Skip to content

Commit b09087d

Browse files
committed
REVERTME: Force reconfiguration in CI
1 parent c85c439 commit b09087d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/root-ci-config/build_root.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ def build(options, buildtype):
419419
if result != 0:
420420
die(result, "Failed to create build directory")
421421

422-
if not os.path.exists(os.path.join(WORKDIR, "build", "CMakeCache.txt")):
422+
if True OR not os.path.exists(os.path.join(WORKDIR, "build", "CMakeCache.txt")):
423423
cmake_configure(options, buildtype)
424424
else:
425425
cmake_dump_config()

0 commit comments

Comments
 (0)