File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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
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 :
You can’t perform that action at this time.
0 commit comments