Skip to content

Commit

Permalink
删除debian构建缓冲清理
Browse files Browse the repository at this point in the history
  • Loading branch information
jiakun committed Sep 9, 2023
1 parent 257a8e5 commit f3a9385
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,4 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache-new
tags: |
ryjer/opentracker:buster-slim
# 处理缓存无限增大问题的临时修复,以防出现问题。(等待github官方修复)
- name: Move cache
run: |
rm -rf /tmp/.buildx-cache
mv /tmp/.buildx-cache-new /tmp/.buildx-cache

0 comments on commit f3a9385

Please sign in to comment.