Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Commit 8868891

Browse files
Maximize CI Space
1 parent 85b2387 commit 8868891

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: .github/workflows/kernel.yml

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212
if: "!contains(github.event.head_commit.message, 'skip-ci')"
1313
steps:
14+
- name: Maximize build space
15+
uses: easimon/maximize-build-space@master
16+
with:
17+
root-reserve-mb: 512
18+
swap-size-mb: 1024
19+
remove-dotnet: 'true'
1420
- name: Check out repository code
1521
uses: actions/checkout@v3
1622
with:

Diff for: log.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2022/07/21 21:28:01 Micro started
1+
2022/08/02 11:28:13 Micro started

0 commit comments

Comments
 (0)