Skip to content

Commit cc4ab48

Browse files
committed
Fix caching tools
Signed-off-by: Pavol Loffay <[email protected]>
1 parent 965fa13 commit cc4ab48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/cache@v4
2929
with:
3030
path: bin
31-
key: ${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('Makefile') }}-${{steps.setup-go.outputs-go-version}}
31+
key: ${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('Makefile') }}-${{steps.setup-go.outputs.go-version}}
3232

3333
- name: Install tools
3434
run: make install-tools

0 commit comments

Comments
 (0)