remove cache

This commit is contained in:
Hiddify
2023-09-10 19:01:17 +02:00
committed by GitHub
parent c887815676
commit 00617eea81

View File

@@ -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')