Skip to content

Commit 449afe8

Browse files
committed
test
Signed-off-by: oliver könig <okoenig@nvidia.com>
1 parent 182edf4 commit 449afe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
- name: Unpack build cache
130130
run: |
131131
echo ::group::Adjust timestamps
132-
sudo find /usr -exec touch -t 197001010000 {} + || true
132+
sudo find / -exec touch -t 197001010000 {} + || true
133133
echo ::endgroup::
134134
135135
if [ -f build.tar ]; then

0 commit comments

Comments
 (0)