Skip to content

Update github workflow #4

Update github workflow

Update github workflow #4

Workflow file for this run

name: build
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
name: Build
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: recursive
- name: Install dependencies
run: cargo install pdl-compiler
- name: Build
run: bazel build :rootcanal