From 670b34c8509185ac00d6ecde496c16a5b5a453f1 Mon Sep 17 00:00:00 2001 From: fy Date: Thu, 14 Dec 2023 16:20:09 +0000 Subject: [PATCH] =?UTF-8?q?ci:=20=E5=B0=9D=E8=AF=95=E4=BF=AE=E5=A4=8Dwin7?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-build.yml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 4b29a2d..bb03274 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -250,14 +250,17 @@ jobs: goarch: arm64 fail-fast: true steps: - - name: Cache dist get - id: cache-core-dist - uses: actions/cache@v3 - env: - cache-name: cache-core-${{ matrix.goos }}-${{ matrix.goarch }} - with: - path: ./sealdice-core/output - key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ env.CORE_CID }} + # - name: Cache dist get + # id: cache-core-dist + # uses: actions/cache@v3 + # env: + # cache-name: cache-core-${{ matrix.goos }}-${{ matrix.goarch }} + # with: + # path: ./sealdice-core/output + # key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ env.CORE_CID }} + + - name: Apt-get Update + run: sudo apt-get update - name: Code if: steps.cache-core-dist.outputs.cache-hit != 'true'