Skip to content

add qemu wine and darling to ci #4

add qemu wine and darling to ci

add qemu wine and darling to ci #4

Workflow file for this run

name: CI tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
fetch-depth: 0
- name: Setup Zig
uses: mlugg/setup-zig@v2
- run: sudo add-apt-repository ppa:thopiekar/darling
- run: supo apt-get update
- run: sudo apt-get install -y wine qemu-user darling
- run: zig build ci --summary all