Skip to content

Fix typo in compiler matrix #6

Fix typo in compiler matrix

Fix typo in compiler matrix #6

Workflow file for this run

name: Makefile Examples CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup C/C++ Compiler
uses: rlalik/[email protected]
with:
matrix:
compiler: [latest,clang++-12]

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

View workflow run for this annotation

GitHub Actions / Makefile Examples CI

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 21, Col: 11): A mapping was not expected
- name: Build
run: make all