Skip to content

Bump to Zig 0.13 (#4) #11

Bump to Zig 0.13 (#4)

Bump to Zig 0.13 (#4) #11

Workflow file for this run

name: linux
on:
push:
pull_request:
branches: [ master ]
jobs:
build:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.13.0
- name: install libudev
run: sudo apt install -y libudev-dev
- name: build
run: zig build