Skip to content

Commit

Permalink
added new syntax for ubu22 ci
Browse files Browse the repository at this point in the history
  • Loading branch information
amock committed Nov 22, 2023
1 parent a57d929 commit 534e2c8
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/core-ubu22.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
name: core-ubu22
on:
push:
branches: [ $default-branch ]
branches:
- 'main'
pull_request:
branches: [ $default-branch ]
branches:
- 'main'
workflow_dispatch:
branches: [ $default-branch ]
branches:
- '*'
jobs:
build:
runs-on: ubuntu-22.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

0 comments on commit 534e2c8

Please sign in to comment.