Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit 334f69a

Browse files
committed
Fix typo
1 parent de1e192 commit 334f69a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
path: build
7777
# Use the hash of the Makefile, since the git build version will be in the Makefile
78-
key: ${{ runner.os }}-crc64fast-nvme-${{ hashFiles('build/Makefle') }}
78+
key: ${{ runner.os }}-crc64fast-nvme-${{ hashFiles('build/Makefile') }}
7979
restore-keys: |
8080
${{ runner.os }}-crc64fast-nvme-
8181
@@ -85,7 +85,7 @@ jobs:
8585
with:
8686
path: build
8787
# Use the hash of the Makefile, since the git build version will be in the Makefile
88-
key: ${{ runner.os }}-crc32fast-lib-${{ hashFiles('build/Makefle') }}
88+
key: ${{ runner.os }}-crc32fast-lib-${{ hashFiles('build/Makefile') }}
8989
restore-keys: |
9090
${{ runner.os }}-crc32fast-lib-
9191

0 commit comments

Comments
 (0)