revert runner user change

This commit is contained in:
Olly Butterfield 2025-11-29 14:52:41 +00:00 committed by GitHub
parent 8495b465d9
commit 82bc7a624b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,12 +31,12 @@ jobs:
steps:
- name: Compiler Cache Fixup
run: |
mkdir -p /home/gha/.ccache
mkdir -p /home/runner/.ccache
- name: "CCache: Restore saved cache"
uses: actions/cache@v4
with:
path: /home/gha/.ccache
path: /home/runner/.ccache
key: ccache-micropython-${{ matrix.name }}-${{ github.ref }}-${{ github.sha }}
restore-keys: |
ccache-micropython-${{ matrix.name }}-${{ github.ref }}