From 70649cf39d644ce8827d6e46467fbc4440fde65f Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Sun, 20 Feb 2022 15:55:32 -0800 Subject: [PATCH] docs: fix the restore keys in the readme [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a731d1b8..48293c1e 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ jobs: ${{ env.APPDATA }}\vcpkg\archives key: ${{ runner.os }}-${{ matrix.compiler }}-${{ env.BUILD_TYPE }}-${{ hashFiles('**/CMakeLists.txt') }}-${{ hashFiles('./vcpkg.json')}} restore-keys: | - ${{ runner.os }}-${{ env.BUILD_TYPE }} + ${{ runner.os }}-${{ env.BUILD_TYPE }}- - name: Setup Cpp uses: aminya/setup-cpp@v1