Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThermalEng authored Jan 1, 2025
1 parent bad912c commit 202b546
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,19 @@ jobs:
runs-on: ubuntu-latest
name: 🚀 编译 (Build)
steps:
- name: 释放磁盘空间
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: 下载编译所需的依赖 (Install the software packages required for compilation)
run: |
sudo apt update
Expand Down

0 comments on commit 202b546

Please sign in to comment.