Skip to content

Commit a6b9b6f

Browse files
fix: disable cache dependencies for docker build, the downloading of ./target takes up too much space, and we're not building anyway
1 parent 5eb053d commit a6b9b6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,8 @@ jobs:
376376
steps:
377377
- *checkout
378378

379-
- *cache_dependencies
379+
# nothing to cache here
380+
# - *cache_dependencies
380381

381382
- *set_up_mold
382383

0 commit comments

Comments
 (0)