Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
build(ci): disable large packages removing (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
peakji authored Apr 14, 2023
1 parent e02ccda commit 725bde7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Free disk space
uses: jlumbroso/free-disk-space@v1.2.0
with:
large-packages: false
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Docker Buildx
Expand Down

0 comments on commit 725bde7

Please sign in to comment.