Skip to content

Commit

Permalink
Update packaging.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
281677160 authored Feb 23, 2024
1 parent 65ba3bb commit 33741a5
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,21 @@ jobs:
runs-on: ubuntu-22.04
if: ${{ github.event.repository.owner.id }} == ${{ github.event.sender.id }}

steps:
steps:
- name: 释放Ubuntu磁盘空间
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: true
# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
dotnet: true
haskell: true
large-packages: true
swap-storage: true

- name: 准备结束
uses: actions/checkout@v4

Expand Down

0 comments on commit 33741a5

Please sign in to comment.