Skip to content

Disk Image Step, Standalone Edition #21

Disk Image Step, Standalone Edition

Disk Image Step, Standalone Edition #21

Workflow file for this run

name: Build
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Zig
uses: mlugg/setup-zig@v1
with:
version: 0.14.0
- name: Basic Build
run: |
zig build
- name: Compile and run demo
run: |
zig build install debug