Skip to content

Commit

Permalink
fixup! Fix #60: VMs running via QEMU only expose SSE and SSE2 CPU fea…
Browse files Browse the repository at this point in the history
…tures
  • Loading branch information
jacob-carlborg committed Aug 13, 2023
1 parent 9ac53b7 commit 5785003
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/support/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,14 @@ runs:
architecture: ${{ inputs.architecture }}
version: '${{ inputs.version }}'
run: |
uname -a
echo $SHELL
pwd
ls -lah
whoami
env | sort
[ "`uname -s`" = '${{ inputs.name }}' ]
[ "`uname -r`" = '${{ inputs.uname_release || inputs.version }}' ]
[ "`uname -m`" = '${{ inputs.uname_hardware }}' ]
[ "`pwd`" = '${{ inputs.work_directory }}' ]
cpuflags
# uname -a
# echo $SHELL
# pwd
# ls -lah
# whoami
# env | sort
# [ "`uname -s`" = '${{ inputs.name }}' ]
# [ "`uname -r`" = '${{ inputs.uname_release || inputs.version }}' ]
# [ "`uname -m`" = '${{ inputs.uname_hardware }}' ]
# [ "`pwd`" = '${{ inputs.work_directory }}' ]

0 comments on commit 5785003

Please sign in to comment.