Skip to content

Commit

Permalink
Increase CI disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
WeirdTreeThing committed Apr 13, 2024
1 parent 8198d89 commit 0c2af46
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ jobs:
steps:
- name: Check out
uses: actions/checkout@v3
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 5120
swap-size-mb: 1024
remove-dotnet: 'true'
- name: Install dependencies
run: sudo apt update; sudo apt install -y git build-essential ncurses-dev xz-utils libssl-dev bc flex libelf-dev bison binutils debhelper
- name: Build kernel
Expand Down

0 comments on commit 0c2af46

Please sign in to comment.