File tree Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818
1919 steps :
20- - name : Checkout
21- 22- with :
23- ref : master
24-
2520 - name : Space cleanup and Initialization environment
2621 env :
2722 DEBIAN_FRONTEND : noninteractive
3833 sudo -E apt clean
3934 sudo -E timedatectl set-timezone "Asia/Shanghai"
4035
36+ - name : Checkout
37+ 38+ with :
39+ ref : master
40+
41+ - name : Cache and free disk space
42+ uses : jlumbroso/free-disk-space@main
43+ with :
44+ tool-cache : true
45+ android : true
46+ dotnet : true
47+ haskell : true
48+ large-packages : true
49+ swap-storage : true
50+
4151 - name : Git clone lede and plugins
4252 run : |
43- git clone https://github.com/coolsnowwolf/lede
53+ git clone --depth=1 https://github.com/coolsnowwolf/lede
4454 cat feeds >> lede/feeds.conf.default
4555
4656 - name : Update feeds
You can’t perform that action at this time.
0 commit comments