diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-11-19 06:10:19 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-11-19 06:10:19 +0300 |
commit | 56e03419cd6acd0db6c3c4397a3c66726d3a8ee0 (patch) | |
tree | 6a882728dc6ebf36d1287657b103b84129bf5de0 /README.md | |
parent | bit prettier YAML (diff) | |
download | vs-shell-56e03419cd6acd0db6c3c4397a3c66726d3a8ee0.tar.gz vs-shell-56e03419cd6acd0db6c3c4397a3c66726d3a8ee0.zip |
README: update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -17,6 +17,17 @@ Use it in your workflow like this: `x64` is the default value for the `arch` parameter and can be omitted. Use `x86` if you want to build 32-bit binaries. +API +--- + +| Input | Value | Default | Description +| ----- | ----- | ------- | ----------- +| arch | x64 | Yes | Build 64-bit executables. +| | x86 | No | Build 32-bit executables. + +The action passes the environment variables set by one of the vcvars*.bat +scripts to the calling job. + License ------- |