From 20eed0fd06d660f05dc4028a1f9591c97d85fac4 Mon Sep 17 00:00:00 2001 From: luca <681992+lukka@users.noreply.github.com> Date: Sun, 7 Nov 2021 22:17:25 +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 84cd55f2..3eaded25 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,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.