Skip to content

Commit a4c0476

Browse files
committed
Remove clang-format prerequisite (it ignores .clang-format file so hard to replicate)
1 parent d78f807 commit a4c0476

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release-offline.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,12 @@ jobs:
3737
- name: pre-install
3838
run: bash ci/actions_install.sh
3939
- name: clang
40-
continue-on-error: true
4140
run: python3 ci/run-clang-format.py -r -e "ci/*" -e "bin/*" -e src/nanopb -e src/protos -e src/pb.h -e src/provisioning/tinyusb src/
4241

4342
test-offline-mode:
4443
name: 🧪 Test Offline Mode
4544
runs-on: ubuntu-latest
46-
needs: clang
45+
# needs: clang
4746
steps:
4847
- name: Check out repository code
4948
uses: actions/checkout@v4
@@ -79,7 +78,7 @@ jobs:
7978
build-esp32sx:
8079
name: 🏗️ ESP32-Sx
8180
runs-on: ubuntu-latest
82-
needs: [clang]
81+
# needs: [clang]
8382
strategy:
8483
fail-fast: false
8584
matrix:
@@ -300,7 +299,7 @@ jobs:
300299
build-rp2040:
301300
name: 🏗️ RP2040, RP2350
302301
runs-on: ubuntu-latest
303-
needs: [clang]
302+
# needs: [clang]
304303
strategy:
305304
fail-fast: false
306305
matrix:

0 commit comments

Comments
 (0)