An open API service indexing awesome lists of open source software.

https://github.com/visualdoj/setup-qemu

A github action for setting up qemu.
https://github.com/visualdoj/setup-qemu

Last synced: 5 days ago
JSON representation

A github action for setting up qemu.

Awesome Lists containing this project

README

          

# Setup QEMU

A github action for installing [QEMU](https://www.qemu.org/). Works on Linux, Windows and macOS runners.

# Example

```yaml
- name: Setup QEMU
uses: visualdoj/setup-qemu@v1

- name: Run QEMU
run: qemu-system-x86_64 --version
```

# Issues

* On Windows: `PATH` may be polluted with some other programs from `MSYS2`.