Skip to content

Commit

Permalink
Tried to solve out of space issue on github actions for ubuntu [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
smistad committed Aug 8, 2023
1 parent 3d65644 commit 438bb34
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/CI-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ jobs:
image: ubuntu:18.04

steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
swap-size-mb: 1024
remove-dotnet: 'true'
remove-android: 'true'
- name: Check free space
run: |
df -h
- uses: actions/checkout@v2

- name: Install dependencies
Expand Down

0 comments on commit 438bb34

Please sign in to comment.