diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-11 16:43:57 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-11 16:43:57 +0300 |
commit | dea715017246e7b590b91ebc006475c6b00a7ce8 (patch) | |
tree | 84cc8ccdf1cb93c7396227c37b52499387d409a5 /README.md | |
parent | PowerShell code style (diff) | |
download | vs-shell-dea715017246e7b590b91ebc006475c6b00a7ce8.tar.gz vs-shell-dea715017246e7b590b91ebc006475c6b00a7ce8.zip |
README: update
Diffstat (limited to '')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,7 +16,7 @@ Use it in your workflow like this: arch: x64 * `x64` is the default value for the `arch` parameter and can be omitted. -Use `x86` if you want to build 32-bit binaries. +Use `x86` (or `Win32`) if you want to build 32-bit binaries. API --- @@ -25,6 +25,7 @@ API | ----- | ----- | ------- | ----------- | arch | x64 | ✓ | Build 64-bit executables. | | x86 | | Build 32-bit executables. +| | Win32 | | Build 32-bit executables. The action passes the environment variables set by one of the vcvars*.bat scripts to the calling job. |