Skip to content

added new syntax for ubu20 ci #2

added new syntax for ubu20 ci

added new syntax for ubu20 ci #2

Workflow file for this run

name: core-ubu20
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
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