github-actions: Remove all references to 'mmio' feature

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
Sebastien Boeuf
2020-10-15 14:15:41 +02:00
committed by Rob Bradford
parent cc8b553e86
commit 74c08e5669
4 changed files with 11 additions and 23 deletions

View File

@@ -29,4 +29,4 @@ jobs:
with:
use-cross: true
command: build
args: --target=${{ matrix.target }} --no-default-features --features "mmio,kvm"
args: --target=${{ matrix.target }} --no-default-features --features "kvm"