Skip to content

Commit

Permalink
reflow README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lukka committed Nov 7, 2021
1 parent 1da1d7c commit 20eed0f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -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.
Expand Down

0 comments on commit 20eed0f

Please sign in to comment.