Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Fix macos dependencies #562

Fix macos dependencies

Fix macos dependencies #562

Workflow file for this run

name: Continuous Integration
on:
# Triggers the workflow for pushes to development, for pull request events, and for the merge queue
push:
branches: [development]
pull_request:
types: [opened, reopened, ready_for_review, synchronize]
merge_group:
types: [checks_requested]
workflow_dispatch:
# Cancel in-progress runs if newer changes to the same branch/PR are pushed.
concurrency:
group: ci-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
meson:
uses: ./.github/workflows/meson.yml

Check failure on line 21 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / Continuous Integration

Invalid workflow file

The workflow is not valid. In .github/workflows/ci.yml (Line: 21, Col: 11): Error from called workflow cortex-command-community/Cortex-Command-Community-Project-Source/.github/workflows/meson.yml@817f49a41bc0ab3153f41e8a904e30d203918aaa (Line: 129, Col: 13): A sequence was not expected
msbuild:
uses: ./.github/workflows/msbuild.yml