Skip to content

Create cmake.yml

Create cmake.yml #14

Workflow file for this run

name: Build and test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
tmate:
runs-on: ubuntu-latest
steps:
- name: Set up tmate
uses: mxschmitt/action-tmate@v3
build:
needs: build

Check failure on line 17 in .github/workflows/build-and-test.yml

View workflow run for this annotation

GitHub Actions / Build and test

Invalid workflow file

The workflow is not valid. .github/workflows/build-and-test.yml (Line: 17, Col: 12): Job 'build' depends on job 'build' which creates a cycle in the dependency graph.
uses: davidstone/cmake_strict_defaults/.github/workflows/build-and-test.yml@main
with:
dependencies: 'libboost-all-dev libtbb-dev'