Skip to content

Commit

Permalink
Remove free disk space step from CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lposen committed Oct 17, 2024
1 parent 45dc7fc commit 5ae0af6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: true
android: false
uses: actions/checkout@v4

- name: Setup
uses: ./.github/actions/setup
Expand Down

0 comments on commit 5ae0af6

Please sign in to comment.