Skip to content

accomodate Zig changes to std.builtin.Type #35

accomodate Zig changes to std.builtin.Type

accomodate Zig changes to std.builtin.Type #35

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo snap install zig --classic --edge
zig version
- name: Module test
run: zig build test