From dea715017246e7b590b91ebc006475c6b00a7ce8 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 11 Nov 2021 16:43:57 +0300 Subject: README: update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e67892..cb18c72 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3