We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b62fbc8 commit 7f13639Copy full SHA for 7f13639
1 file changed
.github/workflows/build_xbox360.yml
@@ -15,6 +15,14 @@ jobs:
15
- name: Install dependencies
16
run: sudo apt update -yy && sudo apt install -yy build-essential
17
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
+
26
- name: Configure defconfig
27
run: make xbox360_defconfig
28
0 commit comments