Browse Source

GitHub Actions: add x86 build

Signed-off-by: Lev Stipakov <lev@openvpn.net>
pull/444/head
Lev Stipakov 3 years ago committed by Samuli Seppänen
parent
commit
014dc1a6c2
  1. 2
      .github/workflows/msbuild.yml

2
.github/workflows/msbuild.yml

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

Loading…
Cancel
Save