Skip to content

Commit

Permalink
ci: Enable caching
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxuser committed Jan 30, 2025
1 parent b62fbc8 commit 7f13639
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build_xbox360.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ jobs:
- name: Install dependencies
run: sudo apt update -yy && sudo apt install -yy build-essential

- name: retrieve ccache
uses: actions/cache@v4
with:
path: ~/.buildroot-ccache
key: ccache-${{ github.sha }}
restore-keys: |
ccache-
- name: Configure defconfig
run: make xbox360_defconfig

Expand Down

0 comments on commit 7f13639

Please sign in to comment.