diff options
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -3,10 +3,11 @@ Visual Studio shell [![Test](https://github.com/egor-tensin/vs-shell/actions/workflows/test.yml/badge.svg)](https://github.com/egor-tensin/vs-shell/actions/workflows/test.yml) -This is a GitHub action that sets up a Visual Studio shell in your workflow -run. +This GitHub action sets up a Visual Studio shell in your workflow run. + This is similar to running one of the vcvars*.bat scripts or launching one of the "Command Tools for VS" Start Menu shortcuts, but it's also shell-agnostic. + Use it in your workflow like this: - name: Set up Visual Studio shell @@ -14,7 +15,7 @@ Use it in your workflow like this: with: arch: x64 -`x64` is the default value for the `arch` parameter and can be omitted. +* `x64` is the default value for the `arch` parameter and can be omitted. Use `x86` if you want to build 32-bit binaries. API |