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.
- Host: GitHub
- URL: https://github.com/visualdoj/setup-qemu
- Owner: visualdoj
- License: unlicense
- Created: 2023-02-16T02:55:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-30T10:18:16.000Z (about 3 years ago)
- Last Synced: 2026-02-11T05:07:00.938Z (2 months ago)
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.