diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-18 11:28:34 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-15 14:58:03 +0300 |
commit | 0bbffd30dc6a6d3b4a819d3eb8ecdc9c7bdf4480 (patch) | |
tree | 00d25fa5692f018b54bb43d180599cff3057b547 | |
parent | README: update (diff) | |
download | vs-shell-0bbffd30dc6a6d3b4a819d3eb8ecdc9c7bdf4480.tar.gz vs-shell-0bbffd30dc6a6d3b4a819d3eb8ecdc9c7bdf4480.zip |
README: update
-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 |