Skip to content

Updating the c-cpp.yml file to see if initializing the git #11

Updating the c-cpp.yml file to see if initializing the git

Updating the c-cpp.yml file to see if initializing the git #11

Workflow file for this run

name: C CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: config
run: git submodule init
run: git submodule sync

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

View workflow run for this annotation

GitHub Actions / C CI

Invalid workflow file

The workflow is not valid. .github/workflows/c-cpp.yml (Line: 18, Col: 7): 'run' is already defined .github/workflows/c-cpp.yml (Line: 19, Col: 7): 'run' is already defined
run: git submodule update
run: ln -s unix.mk config.mk
- name: make
run: make