Skip to content

Make wasp usable and benchmarkable again #1

Make wasp usable and benchmarkable again

Make wasp usable and benchmarkable again #1

Workflow file for this run

name: Build
on:
push:
branches: main
pull_request:
branches: main
jobs:
build:
strategy:
fail-fast: false
runs-on: ubuntu-latest
env:
# allow opam depext to yes package manager prompts
OPAMCONFIRMLEVEL: unsafe-yes
steps:
- name: Checkout
uses: actions/checkout@v4