From e356de52d5211c4f5fca1da63377dc6a38a2faad Mon Sep 17 00:00:00 2001 From: Alexander Nadeau Date: Fri, 17 May 2024 11:11:15 -0400 Subject: [PATCH] Try to fix windows architecture print output in test --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 443e7da..0fb8bab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: - name: Arch (Windows) if: matrix.os == 'windows-latest' - run: echo %PROCESSOR_ARCHITECTURE% + run: printenv PROCESSOR_ARCHITECTURE - name: Install LLVM and Clang uses: ./