revert runner user change
This commit is contained in:
parent
8495b465d9
commit
82bc7a624b
4
.github/workflows/micropython.yml
vendored
4
.github/workflows/micropython.yml
vendored
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user