Skip to content

Release for NSDI'24

Release for NSDI'24 #6

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v2
with:
key: ${{ github.ref }}
path: .cache
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y libboost-all-dev gcc g++
- name: Build
run: make -j