From 69597a9c3f385eab20d1f84b047ea6d7a0e43150 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 11 Nov 2021 13:08:37 +0300 Subject: workflows/test: view _MSC_VER --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c1fa8b0..6a339a9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,6 +46,8 @@ jobs: - name: cl.exe should be found now run: | $(Get-Command cl -ErrorAction SilentlyContinue) -or $(throw "cl.exe wasn't found!") + echo _MSC_VER > test.c + cl /nologo /EP test.c - name: Build foo.exe run: | -- cgit v1.2.3