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