Skip to content

Commit 64a01f4

Browse files
authored
Remove actions/cache usage in workflows/build.yaml (#275)
* Correct actions/cache usage in workflows/build.yaml * Update .github/workflows/build.yaml * Update build.yaml * Remove
1 parent 45e95af commit 64a01f4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,5 @@ jobs:
2828
with:
2929
lfs: true
3030

31-
- uses: actions/cache@v4
32-
with:
33-
path: |
34-
~/go/pkg/mod
35-
~/go/bin
36-
~/bin/protoc
37-
~/.cache
38-
key: sip
39-
4031
- name: Build docker image
4132
run: docker build -t sip -f ./build/sip/Dockerfile .

0 commit comments

Comments
 (0)