Skip to content

Commit

Permalink
ci: delete cache in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iret-kawashima committed Oct 16, 2023
1 parent 6430eba commit 8e06942
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: 1.21

- name: Cache
uses: actions/cache@v3
with:
path: |
~/go/pkg/mod
~/.cache/go-build
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
cache: false

- name: Unshallow
run: git fetch --prune --unshallow --tags
Expand Down

0 comments on commit 8e06942

Please sign in to comment.