Skip to content

Add a few more papers from FOCI'23, SIGCOMM'23, and USENIX SEC'24Fall #40

Add a few more papers from FOCI'23, SIGCOMM'23, and USENIX SEC'24Fall

Add a few more papers from FOCI'23, SIGCOMM'23, and USENIX SEC'24Fall #40

Workflow file for this run

name: Build
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: |
go build -C src -o ../compiler
./compiler -path references.bib > /dev/null