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 5785003 commit d6465d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/support/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ runs:
architecture: ${{ inputs.architecture }}
version: '${{ inputs.version }}'
run: |
cpuflags
ASSUME_ALWAYS_YES=yes sudo pkg install cpuflags
# uname -a
# echo $SHELL
# pwd
Expand Down

0 comments on commit d6465d2

Please sign in to comment.