Skip to content

Commit 975ce4b

Browse files
authored
Update simple.yml
1 parent e4739df commit 975ce4b

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

.github/workflows/simple.yml

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
steps:
20-
- name: Checkout
21-
uses: actions/[email protected]
22-
with:
23-
ref: master
24-
2520
- name: Space cleanup and Initialization environment
2621
env:
2722
DEBIAN_FRONTEND: noninteractive
@@ -38,9 +33,24 @@ jobs:
3833
sudo -E apt clean
3934
sudo -E timedatectl set-timezone "Asia/Shanghai"
4035
36+
- name: Checkout
37+
uses: actions/[email protected]
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

0 commit comments

Comments
 (0)