Skip to content

Sync with Stockfish 16.1 (#3) #14

Sync with Stockfish 16.1 (#3)

Sync with Stockfish 16.1 (#3) #14

Workflow file for this run

name: Stockfish
on:
push:
tags:
- "*"
branches:
- master
- tools
- github_ci
pull_request:
branches:
- master
- tools
jobs:
Tests:
uses: ./.github/workflows/tests.yml
Compilation:
needs: [Matrix]

Check failure on line 18 in .github/workflows/stockfish.yml

View workflow run for this annotation

GitHub Actions / Stockfish

Invalid workflow file

The workflow is not valid. .github/workflows/stockfish.yml (Line: 18, Col: 13): Job 'Compilation' depends on unknown job 'Matrix'.
uses: ./.github/workflows/compilation.yml
with:
matrix: ${{ needs.Matrix.outputs.matrix }}