Skip to content

Commit

Permalink
improve caching?
Browse files Browse the repository at this point in the history
  • Loading branch information
camaeel committed Sep 15, 2023
1 parent ddf79d8 commit d9a23ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
- name: Cache Go modules packages
uses: actions/cache@v3
with:
path: ~/go/pkg/mod
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
Expand Down

0 comments on commit d9a23ef

Please sign in to comment.