Skip to content

Commit 9a0776e

Browse files
committed
hash files that actually exist
1 parent d39518a commit 9a0776e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/esp82xx-nonos-linklayer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
path: |
2323
esp8266/tools/dist
2424
esp8266/tools/sdk/lwip2/builder/lwip2-src
25-
key: ${{ runner.os }}-deploy-${{ hashFiles('esp8266/tools/sdk/lwip2/builder/.git/HEAD', 'esp8266/package/package_esp8266com_index.template.json') }}
25+
key: ${{ runner.os }}-deploy-${{ hashFiles('esp8266/tools/sdk/lwip2/builder/patches/*.patch', 'esp8266/tools/sdk/lwip2/builder/makefiles/Makefile.defs', 'esp8266/package/package_esp8266com_index.template.json') }}
2626

2727
- name: Fetch ESP8266 Core
2828
uses: actions/checkout@v4

0 commit comments

Comments
 (0)