We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae576a commit 8bdda6cCopy full SHA for 8bdda6c
1 file changed
.github/actions/build-kernel/action.yml
@@ -1845,7 +1845,7 @@ runs:
1845
echo "Perform LTO cache eviction!"
1846
if [ -d "$LDCACHE_DIR" ]; then
1847
# Delete LTO cache files modified more than 180 minutes (3 hours) ago
1848
- find "$LDCACHE_DIR" -type f -mmin +180 -delete
+ find "$LDCACHE_DIR" -type f -amin +180 -delete
1849
find "$LDCACHE_DIR" -type d -empty -delete
1850
fi
1851
0 commit comments