From 50f6a1324d93d8c8189fbf4e797cfa39306ba8de Mon Sep 17 00:00:00 2001 From: Scot Breitenfeld Date: Thu, 14 Nov 2024 10:05:48 -0600 Subject: [PATCH] fix yml syntax --- .github/workflows/clang-format-check.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index ffed4ab..3543866 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -9,9 +9,9 @@ jobs: steps: - uses: actions/checkout@v4.1.1 - name: Set up dependencies - run: | - sudo apt-get update - sudo apt-get install setuptools + run: | + sudo apt-get update + sudo apt-get install setuptools - name: Run clang-format style check for C programs. uses: DoozyX/clang-format-lint-action@v0.11 with: