Skip to content

Commit

Permalink
CI: Fix compiler cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Dec 3, 2024
1 parent fd414f8 commit 97bf5fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/micropython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
CI_BUILD_ROOT: ${{ github.workspace }}

steps:
- name: Compiler Cache Fixup
run: |
mkdir -p /home/runner/.ccache
- name: "CCache: Restore saved cache"
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 97bf5fb

Please sign in to comment.