From e265d767c12ee0dc03becaa1d55155db4beb45f6 Mon Sep 17 00:00:00 2001 From: luca <681992+lukka@users.noreply.github.com> Date: Sun, 7 Nov 2021 22:17:18 +0100 Subject: [PATCH] reflow README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e94a072..d04fc42 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,9 @@ jobs: # to install the packages when `run-cmake` runs, no packages are installed at # this time. - name: Restore artifacts, or setup vcpkg (do not install any package) - uses: lukka/run-vcpkg@v10 # Always specify the specific _version_ of the action you need, `v10` in this case. + uses: lukka/run-vcpkg@v10 # Always specify the specific _version_ of the + # action you need, `v10` in this case to stay up + # to date with fixes on v10 branch. #with: # This is the default location of the directory containing vcpkg sources. # Change it to the right location if needed.