Skip to content

Commit 846e631

Browse files
committed
test commit to see window CI build speed
Signed-off-by: Aleksandr Motsjonov <[email protected]>
1 parent 95f5d1e commit 846e631

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-steps.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ jobs:
7474
uses: actions/cache@v4
7575
with:
7676
path: C:/vcpkg/installed
77-
key: vcpkg-${{ runner.os }}-${{ hashFiles('build_scripts/vcpkg.json') }}-${{ hashFiles('build_scripts/vcpkg.json.lock') }}
77+
key: |
78+
vcpkg-${{ runner.os }}-${{ hashFiles('build_scripts/vcpkg.json') }}-${{ hashFiles('build_scripts/vcpkg.json.lock') }}
7879
restore-keys: |
7980
vcpkg-${{ runner.os }}-
8081

0 commit comments

Comments
 (0)