Skip to content

Fix usage of deprecated std.mem functions #5

Fix usage of deprecated std.mem functions

Fix usage of deprecated std.mem functions #5

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