Skip to content

Commit

Permalink
hash files that actually exist
Browse files Browse the repository at this point in the history
  • Loading branch information
mcspr committed Feb 3, 2024
1 parent d39518a commit 9a0776e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/esp82xx-nonos-linklayer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
path: |
esp8266/tools/dist
esp8266/tools/sdk/lwip2/builder/lwip2-src
key: ${{ runner.os }}-deploy-${{ hashFiles('esp8266/tools/sdk/lwip2/builder/.git/HEAD', 'esp8266/package/package_esp8266com_index.template.json') }}
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') }}

- name: Fetch ESP8266 Core
uses: actions/checkout@v4
Expand Down

0 comments on commit 9a0776e

Please sign in to comment.