Skip to content

started to optimize workflows #4

started to optimize workflows

started to optimize workflows #4

Workflow file for this run

name: core-ubu20
on:
push:
branches:
- 'feature/ci'
pull_request:
branches:
- 'feature/ci'
workflow_dispatch:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-20.04
steps:
- 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