Skip to content

Commit

Permalink
Update and rename zbuild-kernel.yml to yun-kernel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wu17481748 authored Jun 3, 2024
1 parent daa6c47 commit 7d0504f
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,21 @@ jobs:
CCACHE_NOHASHDIR: "true"
CCACHE_HARDLINK: "true"
steps:
- name: 大容量空间支持
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 8192
temp-reserve-mb: 2048
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'


- uses: actions/checkout@v3
with:
path: KernelSU
fetch-depth: 0
- name: 工作配置
run: |
echo "LXC_DOCKER=$(cat config.env | grep -w "LXC_DOCKER" | head -n 1 | cut -d "=" -f 2)" >> $GITHUB_ENV
Expand Down

0 comments on commit 7d0504f

Please sign in to comment.