Skip to content

Linux

Linux #156

Workflow file for this run

name: Linux
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: "0 0 * * 0"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
# with:
# submodules: recursive
# fetch-depth: 0
- name: Install Protoc
run: sudo apt-get install -y protobuf-compiler
- name: Setup Zig
uses: goto-bus-stop/setup-zig@v1.3.0
with:
version: master
# version: 0.10.0
- run: zig build test
- run: zig build