GitHub Actions: add x86 build

Signed-off-by: Lev Stipakov <lev@openvpn.net>
pull/444/head
Lev Stipakov 2021-08-19 13:01:31 +03:00 committed by Samuli Seppänen
parent e6e65a4883
commit 014dc1a6c2
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ jobs:
msvc:
strategy:
matrix:
arch: [amd64, amd64_arm64]
arch: [x86, amd64, amd64_arm64]
env:
# Indicates the location of the vcpkg as a Git submodule of the project repository.