Skip to content

Change command separator to ; #7

Change command separator to ;

Change command separator to ; #7

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.13.0
- name: Basic Build
run: |
zig build
- name: Compile and run demo
run: |
zig build install debug