Skip to content

Commit cb23f9b

Browse files
committed
fix
Signed-off-by: oliver könig <okoenig@nvidia.com>
1 parent 3e67bbd commit cb23f9b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/_build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,11 @@ jobs:
131131
- name: Log build logs
132132
run: |
133133
find build || true
134-
# # Touch all build artifacts to current time
135-
# find build -type f -exec touch {} +
134+
# Touch all build artifacts to current time
135+
find build -type f -exec touch {} +
136136
137-
# # Make sure source files are older
138-
# find . -name "*.cpp" -o -name "*.h" -o -name "*.cu" -o -name "*.cuh" | xargs touch -t 202001010000 2>/dev/null || true
137+
# Make sure source files are older
138+
find . -name "*.cpp" -o -name "*.h" -o -name "*.cu" -o -name "*.cuh" | xargs touch -t 202001010000 2>/dev/null || true
139139
140140
- name: Build wheel
141141
id: build_wheel

0 commit comments

Comments
 (0)