Skip to content

Commit 7f13639

Browse files
committed
ci: Enable caching
1 parent b62fbc8 commit 7f13639

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build_xbox360.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ jobs:
1515
- name: Install dependencies
1616
run: sudo apt update -yy && sudo apt install -yy build-essential
1717

18+
- name: retrieve ccache
19+
uses: actions/cache@v4
20+
with:
21+
path: ~/.buildroot-ccache
22+
key: ccache-${{ github.sha }}
23+
restore-keys: |
24+
ccache-
25+
1826
- name: Configure defconfig
1927
run: make xbox360_defconfig
2028

0 commit comments

Comments
 (0)