Skip to content

examples: Add iommu arguments to x86_64-q35-base.conf #31

examples: Add iommu arguments to x86_64-q35-base.conf

examples: Add iommu arguments to x86_64-q35-base.conf #31

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install shellcheck
run: |
sudo apt-get update
sudo apt-get install shellcheck
- name: check
run: make check