Skip to content

Commit 20ec07c

Browse files
committed
Fix caching tools
Signed-off-by: Pavol Loffay <[email protected]>
1 parent 22591bb commit 20ec07c

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
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/cache@v4
2828
with:
2929
path: bin
30-
key: ${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('Makefile') }}-${{steps.setup-go.outputs.go-version}}
30+
key: ${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('Makefile') }}-${{steps.set-up-go.outputs.go-version}}
3131

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

0 commit comments

Comments
 (0)