From 7c4265b826213b082bc501c327549621ecc16311 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Sun, 14 Mar 2021 00:54:57 +0100 Subject: [PATCH] update --- .github/workflows/build_check.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_check.yml b/.github/workflows/build_check.yml index 001a24e..83f920a 100644 --- a/.github/workflows/build_check.yml +++ b/.github/workflows/build_check.yml @@ -64,13 +64,13 @@ jobs: - 'src' - 'lib/BoardFinder' - 'lib/ConfigurationManagement' - - 'lib/Display' - - 'lib/LoRa' + #- 'lib/Display' + #- 'lib/LoRa' - 'lib/LoRa_APRS' - - 'lib/NTPClient' + #- 'lib/NTPClient' - 'lib/PowerManagement' - 'lib/TaskManager' - - 'lib/TimeLib' + #- 'lib/TimeLib' steps: - uses: actions/checkout@v2 - name: Run clang-format style check for C/C++ programs.