Skip to content

Commit 5ae0af6

Browse files
committed
Remove free disk space step from CI workflow
1 parent 45dc7fc commit 5ae0af6

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/new.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,7 @@ jobs:
88

99
steps:
1010
- name: Checkout repository
11-
uses: actions/checkout@v3
12-
13-
- name: Free Disk Space (Ubuntu)
14-
uses: jlumbroso/free-disk-space@main
15-
with:
16-
tool-cache: true
17-
android: false
11+
uses: actions/checkout@v4
1812

1913
- name: Setup
2014
uses: ./.github/actions/setup

0 commit comments

Comments
 (0)