Skip to content

test both latest and clang++-12 #5

test both latest and clang++-12

test both latest and clang++-12 #5

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:
compiler: [latest,clang++-12]

Check failure on line 20 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: 20, Col: 19): A sequence was not expected
- name: Build
run: make all