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:
37
37
- name : pre-install
38
38
run : bash ci/actions_install.sh
39
39
- name : clang
40
- continue-on-error : true
41
40
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/
42
41
43
42
test-offline-mode :
44
43
name : 🧪 Test Offline Mode
45
44
runs-on : ubuntu-latest
46
- needs : clang
45
+ # needs: clang
47
46
steps :
48
47
- name : Check out repository code
49
48
uses : actions/checkout@v4
79
78
build-esp32sx :
80
79
name : 🏗️ ESP32-Sx
81
80
runs-on : ubuntu-latest
82
- needs : [clang]
81
+ # needs: [clang]
83
82
strategy :
84
83
fail-fast : false
85
84
matrix :
@@ -300,7 +299,7 @@ jobs:
300
299
build-rp2040 :
301
300
name : 🏗️ RP2040, RP2350
302
301
runs-on : ubuntu-latest
303
- needs : [clang]
302
+ # needs: [clang]
304
303
strategy :
305
304
fail-fast : false
306
305
matrix :
You can’t perform that action at this time.
0 commit comments