ci: reclaim some space in runner vm
This commit is contained in:
6
.github/workflows/ubuntu.yml
vendored
6
.github/workflows/ubuntu.yml
vendored
@@ -54,6 +54,9 @@ jobs:
|
||||
]
|
||||
|
||||
steps:
|
||||
- name: Setup
|
||||
run: .github/workflows/scripts/setup.sh
|
||||
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- name: Build
|
||||
@@ -108,6 +111,9 @@ jobs:
|
||||
]
|
||||
|
||||
steps:
|
||||
- name: Setup
|
||||
run: .github/workflows/scripts/setup.sh
|
||||
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- name: Build
|
||||
|
||||
Reference in New Issue
Block a user