mirror of
https://github.com/ivabus/gui
synced 2025-04-23 22:17:18 +03:00
disable cache in self hosted runner
This commit is contained in:
parent
134656552b
commit
b4418eaa28
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -128,6 +128,10 @@ jobs:
|
|||
if: startsWith(matrix.platform.name, 'darwin')
|
||||
|
||||
- name: cache gui build
|
||||
# TODO: cache issue in our self-hosted macos runner ESPIPE: invalid seek, read
|
||||
# but its ok to ignore, its still the fastest builder
|
||||
# NOTE: enabling cache in the self hosted runner slows down the pipeline by 4m because post-cache builder error ^
|
||||
if: startsWith(matrix.platform.name, 'linux') || matrix.platform.name == 'darwin+x86-64'
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
key: ${{matrix.platform.name}}-pnpm-cargo
|
||||
|
|
Loading…
Reference in a new issue