Skip to content

Commit

Permalink
Try to fix windows architecture print output in test
Browse files Browse the repository at this point in the history
  • Loading branch information
wareya authored and KyleMayes committed May 27, 2024
1 parent 8b37482 commit e356de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ./
Expand Down

0 comments on commit e356de5

Please sign in to comment.