We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaafc7b commit 7b90665Copy full SHA for 7b90665
.github/workflows/gfw-list-manually-update.yml
@@ -7,6 +7,15 @@ jobs:
7
Update_GFW_list:
8
runs-on: ubuntu-latest
9
steps:
10
+
11
+ - name: Maximize disk space
12
+ uses: easimon/maximize-build-space@master
13
+ with:
14
+ root-reserve-mb: 5120
15
+ remove-dotnet: true
16
+ remove-android: true
17
+ remove-docker-images: true
18
19
- uses: actions/checkout@v4
20
21
- name: Install base package
0 commit comments