Skip to content

testing reusable workflows for CI #10

testing reusable workflows for CI

testing reusable workflows for CI #10

Workflow file for this run

name: Linux Build
on:
pull_request:
push:
paths-ignore:
- '.github/workflows/macos-build.yml'
- '.github/workflows/msys2-build.yml'
- '.github/workflows/windows-build.yml'
- '.gitignore'
- 'LICENSE'
- 'CHANGELOG.md'
- 'README.md'
jobs:
Build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
arch: [x86_64]
confs:
- { mode: debug, archive: yes }
- { mode: release, archive: yes }
uses: ./.github/workflows/linux-base.yml
with:
target: ${{ matrix.target }}

Check failure on line 27 in .github/workflows/linux-build.yml

View workflow run for this annotation

GitHub Actions / Linux Build

Invalid workflow file

The workflow is not valid. .github/workflows/linux-build.yml (Line: 27, Col: 15): Invalid input, target is not defined in the referenced workflow.