Skip to content

Commit

Permalink
include github workspace in cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-heilbron committed Aug 3, 2023
1 parent 0c98c83 commit c6b0bb9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ runs:
path: |
${{ steps.go-cache-paths.outputs.go-build }}
${{ steps.go-cache-paths.outputs.go-mod }}
${{ github.workspace }}
key: ${{ runner.os }}-go-${{ steps.setup-go.outputs.go-version }}-${{ hashFiles('**/go.sum') }}

0 comments on commit c6b0bb9

Please sign in to comment.