aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Poletti <poletti.marco@gmail.com>2021-11-08 10:08:42 -0800
committerMarco Poletti <poletti.marco@gmail.com>2021-11-08 10:08:42 -0800
commit4076495f168b8a284ef2ca6e7eaf77102300f44e (patch)
treeb6f0e41e16f259c1c5bc6cbe72bf3610797cf1a7
parent5d75a9066896fcb33f4fc839b47f23cf35188d32 (diff)
downloadgoogle-fruit-4076495f168b8a284ef2ca6e7eaf77102300f44e.tar.gz
Fix VCVARSALL_DIR path.
-rw-r--r--.github/workflows/test-on-windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-on-windows.yml b/.github/workflows/test-on-windows.yml
index 1c9f27a..a73e4b1 100644
--- a/.github/workflows/test-on-windows.yml
+++ b/.github/workflows/test-on-windows.yml
@@ -31,7 +31,7 @@ jobs:
CMAKE_GENERATOR: "Visual Studio ${{matrix.config.msvc_version}} ${{matrix.config.msvc_version_year}}"
ADDITIONAL_CMAKE_ARGS: -DFRUIT_USES_BOOST=False -T host=x64
CONFIGURATION: ${{matrix.config.config}}
- VCVARSALL_DIR: "C:\\Microsoft Visual Studio\\${{matrix.config.msvc_version_year}}\\Enterprise\\VC\\Auxiliary\\Build"
+ VCVARSALL_DIR: "C:\\Program Files (x86)\\Microsoft Visual Studio\\${{matrix.config.msvc_version_year}}\\Enterprise\\VC\\Auxiliary\\Build"
steps:
- name: set-cmake-debug-cxx-flags
if: matrix.config.config == 'Debug'