Skip to content

Update c-cpp.yml

Update c-cpp.yml #3

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:

Check failure on line 11 in .github/workflows/c-cpp.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/c-cpp.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build Project
run: |
mkdir build
cd build
cmake ..
make