diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-11 16:22:32 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-11 16:22:32 +0300 |
commit | 022016dad4c161bf6897ef239f96789ff75235ce (patch) | |
tree | c7c3e86b2a95c96d6aaf95decf96accdec4b96a2 | |
parent | workflows/test: view _MSC_VER (diff) | |
download | vs-shell-022016dad4c161bf6897ef239f96789ff75235ce.tar.gz vs-shell-022016dad4c161bf6897ef239f96789ff75235ce.zip |
workflows/test: check arch "Win32"
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6a339a9..b0184ae 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: os: [windows-2016, windows-2019, windows-2022] - arch: [x86, x64] + arch: [x86, Win32, x64] include: # Prettier run names. |