Skip to content

core-ubu22

core-ubu22 #4

Workflow file for this run

name: core-ubu22
on:
push:
branches:
- 'no'
pull_request:
branches:
- 'no'
workflow_dispatch:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Echo Test
run: |
echo "Hello World"
- uses: actions/checkout@v3
- name: Install APT Deps
run: sudo apt install -y libboost-dev libeigen3-dev libassimp-dev
- uses: threeal/[email protected]
- name: Build the project
run: cmake --build build