From b4418eaa28ec050db344da6a33af6f522f41443d Mon Sep 17 00:00:00 2001 From: neil Date: Wed, 25 Jan 2023 16:29:54 +0800 Subject: [PATCH] disable cache in self hosted runner --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3caede3..7e7c23b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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