Skip to content

markdown and newline ofc #42

markdown and newline ofc

markdown and newline ofc #42

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: carlosperate/[email protected]
with:
# GNU Embedded Toolchain for Arm release name (e.g. "10.3-2021.07").
release: "10.3-2021.10"
# Name for an environmental variable to be created with the toolchain path.
path-env-var: "GCC_ARM_NONE_EABI_BIN_PATH"
- name: submodule_update
run: git submodule update --init --recursive
- name: build_all
run: ./shell/rebuild_all.sh