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' go-version-file: 'go.mod'
check-latest: false check-latest: false
- name: Setup Golang caches # - name: Setup Golang caches
uses: actions/cache@v3 # uses: actions/cache@v3
with: # with:
path: | # path: |
~/.cache/go-build # ~/.cache/go-build
~/go/pkg/mod # ~/go/pkg/mod
key: ${{ runner.os }}-golang-${{ hashFiles('**/go.sum') }} # key: ${{ runner.os }}-golang-${{ hashFiles('**/go.sum') }}
restore-keys: | # restore-keys: |
${{ runner.os }}-golang- # ${{ runner.os }}-golang-
- name: Setup Java - name: Setup Java
if: startsWith(matrix.job.target,'android') if: startsWith(matrix.job.target,'android')