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:
|
steps:
|
||||||
- name: Compiler Cache Fixup
|
- name: Compiler Cache Fixup
|
||||||
run: |
|
run: |
|
||||||
mkdir -p /home/gha/.ccache
|
mkdir -p /home/runner/.ccache
|
||||||
|
|
||||||
- name: "CCache: Restore saved cache"
|
- name: "CCache: Restore saved cache"
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: /home/gha/.ccache
|
path: /home/runner/.ccache
|
||||||
key: ccache-micropython-${{ matrix.name }}-${{ github.ref }}-${{ github.sha }}
|
key: ccache-micropython-${{ matrix.name }}-${{ github.ref }}-${{ github.sha }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
ccache-micropython-${{ matrix.name }}-${{ github.ref }}
|
ccache-micropython-${{ matrix.name }}-${{ github.ref }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user