From 00617eea818e52f54f2cfdbf07b3999d27c7bb06 Mon Sep 17 00:00:00 2001 From: Hiddify <114227601+hiddify-com@users.noreply.github.com> Date: Sun, 10 Sep 2023 19:01:17 +0200 Subject: [PATCH] remove cache --- .github/workflows/release.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cfdc6edd..ab4da60d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,15 +46,15 @@ jobs: go-version-file: 'go.mod' check-latest: false - - name: Setup Golang caches - uses: actions/cache@v3 - with: - path: | - ~/.cache/go-build - ~/go/pkg/mod - key: ${{ runner.os }}-golang-${{ hashFiles('**/go.sum') }} - restore-keys: | - ${{ runner.os }}-golang- + # - name: Setup Golang caches + # uses: actions/cache@v3 + # with: + # path: | + # ~/.cache/go-build + # ~/go/pkg/mod + # key: ${{ runner.os }}-golang-${{ hashFiles('**/go.sum') }} + # restore-keys: | + # ${{ runner.os }}-golang- - name: Setup Java if: startsWith(matrix.job.target,'android')