Skip to content

Commit

Permalink
Erm you're supposed to check out AFTER cleaning disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
WeirdTreeThing committed Apr 13, 2024
1 parent 0c2af46 commit 789183b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
build:
runs-on: ubuntu-latest
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: Check out
uses: actions/checkout@v3
- 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 789183b

Please sign in to comment.