Skip to content

Commit

Permalink
Update x86.yml
Browse files Browse the repository at this point in the history
Add free disk space step.
  • Loading branch information
F-T-Otaku committed Mar 30, 2024
1 parent 3b991de commit 4e24c3f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,17 @@ jobs:
cat /proc/cpuinfo | grep 'model name'
ulimit -a
- name: Free Disk Space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: true
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true

- name: Initialization environment
env:
DEBIAN_FRONTEND: noninteractive
Expand Down

0 comments on commit 4e24c3f

Please sign in to comment.