Skip to content

Commit

Permalink
Update tools-tester.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git authored Sep 29, 2024
1 parent 49d3621 commit 58ae2da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tools-tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
run: |
# Testing script...
echo '---'
MSYS_NO_PATHCONV=1 wmic.exe 2> /dev/null cpu get DataWidth
MSYS_NO_PATHCONV=1 wmic.exe 2> /dev/null cpu get DataWidth; echo $?
echo '---'
MSYS_NO_PATHCONV=1 wmic.exe 2> /dev/null cpu get DataWidth /VALUE
MSYS_NO_PATHCONV=1 wmic.exe 2> /dev/null cpu get DataWidth /VALUE; echo $?
echo '---'
MSYS_NO_PATHCONV=1 wmic.exe 2> /dev/null cpu get DataWidth /VALUE | cut -d '=' -f '2-' -s
MSYS_NO_PATHCONV=1 wmic.exe 2> /dev/null cpu get DataWidth /VALUE | cut -d '=' -f '2-' -s; echo $?
echo '---'
printf '%s\n\n' 'bits-info.sh:'
'${{ github.workspace }}/tools/bits-info.sh'

0 comments on commit 58ae2da

Please sign in to comment.