Skip to content

Commit

Permalink
Set swap to 16G
Browse files Browse the repository at this point in the history
It makes builds time faster
  • Loading branch information
silvzr committed Jun 4, 2024
1 parent 1983fc3 commit ad3ecd6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Resize swap
uses: actionhippie/swap-space@v1.0.2
with:
size: 16G

- name: Environment
id: env
run: |
Expand Down

0 comments on commit ad3ecd6

Please sign in to comment.