From 5715872d1e80b5c0f83931a3074e46c1412c738b Mon Sep 17 00:00:00 2001 From: Jacob Carlborg Date: Sun, 13 Aug 2023 21:25:20 +0200 Subject: [PATCH] fixup! Fix #60: VMs running via QEMU only expose SSE and SSE2 CPU features --- .github/workflows/support/test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/support/test/action.yml b/.github/workflows/support/test/action.yml index 56e2da7..3e8177d 100644 --- a/.github/workflows/support/test/action.yml +++ b/.github/workflows/support/test/action.yml @@ -32,7 +32,7 @@ runs: architecture: ${{ inputs.architecture }} version: '${{ inputs.version }}' run: | - ASSUME_ALWAYS_YES=yes sudo pkg install cpuflags + sudo pkg install cpuflags cpuflags # uname -a