Skip to content

[DO NOT MERGE YET] LAVA 3.0 #42

[DO NOT MERGE YET] LAVA 3.0

[DO NOT MERGE YET] LAVA 3.0 #42

Workflow file for this run

name: Test Lava
on:
workflow_dispatch:
pull_request:
branches:
- master
- next
jobs:
build:
runs-on: ubuntu-22.04
env:
LLVM_DIR: /usr/lib/llvm-11
DEBIAN_FRONTEND: noninteractive
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install all requirements
run: bash install.sh
# Perhaps here is where I add the code about pushing to DockerHub?