8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ccdb47 commit 525e2ceCopy full SHA for 525e2ce
.github/workflows/build.yml
@@ -43,11 +43,11 @@ jobs:
43
run: |
44
gcc --version
45
python3 --version
46
- - name: New boards check
47
- run: python3 -u ci_new_boards_check.py
48
- working-directory: tools
49
- - name: Duplicate USB VID/PID Check
50
- run: python3 -u -m tools.ci_check_duplicate_usb_vid_pid
+# - name: New boards check
+# run: python3 -u ci_new_boards_check.py
+# working-directory: tools
+# - name: Duplicate USB VID/PID Check
+# run: python3 -u -m tools.ci_check_duplicate_usb_vid_pid
51
- name: Build and Validate Stubs
52
run: make check-stubs -j2
53
- uses: actions/upload-artifact@v2
0 commit comments