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

Commit

Permalink
Update build_custom.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HuaJI66 authored Sep 13, 2024
1 parent 4e6bec1 commit b5ddd27
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build_custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ jobs:
- name: Setup Ccache
uses: actions/cache@v3
with:
key: ${{ runner.os }}-build-kernel@${{ env.SOURCE_BRANCH }}
key: Ccache-${{ runner.os }}-build-kernel@${{ env.SOURCE_BRANCH }}
path: |
$GITHUB_WORKSPACE/.cache/ccache
.cache/ccache
- name: Download kernel source
run: |
Expand Down Expand Up @@ -152,3 +152,9 @@ jobs:
# note you'll typically need to create a personal access token
# with permissions to create releases in the other repo
# token: ${{secrets.ACTION}}

- name: Upload Ccache
uses: actions/upload-artifact@v4
with:
name: Ccache-${{ runner.os }}-build-kernel@${{ env.SOURCE_BRANCH }}
path: .cache/ccache

0 comments on commit b5ddd27

Please sign in to comment.