Skip to content

fix: clang format

fix: clang format #244

Workflow file for this run

name: Build library
on:
pull_request:
push:
jobs:
build:

Check failure on line 6 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 6
runs-on: ubuntu-latest
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: cachix/install-nix-action@v24
with:
nix_path: nixpkgs=channel:nixos-23.05
# Usually, this would be called as 'nix build ".?submodules=1#app-esp32" '
# However, Nix 2.19 has a regression with submodule path handling, hence the odd syntax
# See https://github.com/NixOS/nix/issues/9530
- run: nix build "git+file://$(pwd)?shallow=1&submodules=1#lib"