Skip to content

Commit

Permalink
ci: check system architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Nov 15, 2024
1 parent 9817e1b commit 065d38a
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 @@ -27,7 +27,7 @@ jobs:
steps:
- name: Output system architecture
run: |
echo %PROCESSOR_ARCHITECTURE%
echo $env:PROCESSOR_ARCHITECTURE
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 065d38a

Please sign in to comment.