Skip to content

Commit 3dc0ac3

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

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/_build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,7 @@ 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 {} +
136-
137-
# Make sure source files are older
134+
find build -type f -exec touch {} + || true
138135
find . -name "*.cpp" -o -name "*.h" -o -name "*.cu" -o -name "*.cuh" | xargs touch -t 202001010000 2>/dev/null || true
139136
140137
- name: Build wheel
@@ -175,7 +172,6 @@ jobs:
175172
if: always()
176173
run: |
177174
find build || true
178-
find build -type f -exec touch {} + || true
179175
180176
- name: Save build cache
181177
if: always()

0 commit comments

Comments
 (0)