Skip to content

Commit e4d81a8

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/_build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ jobs:
128128
- name: Log build logs
129129
run: |
130130
find build || true
131+
find build -type f -exec touch {} + || true
131132
132133
- name: Build wheel
133134
id: build_wheel
@@ -166,6 +167,7 @@ jobs:
166167
- name: Log build logs
167168
run: |
168169
find build || true
170+
find build -type f -exec touch {} + || true
169171
170172
- name: Save build cache
171173
if: always()

0 commit comments

Comments
 (0)