You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,6 @@ jobs:
35
35
with:
36
36
key: ${{ matrix.idf_ver }}
37
37
- name: Build ${{ matrix.test.app }} with IDF-${{ matrix.idf_ver }}
38
-
env:
39
-
EXPECTED_WARNING: "DeprecationWarning: 'MultiCommand' is deprecated and will be removed\nCryptographyDeprecationWarning: Parsed a serial number which wasn't positive"
40
38
shell: bash
41
39
run: |
42
40
. ${IDF_PATH}/export.sh
@@ -69,7 +67,7 @@ jobs:
69
67
path: protocols
70
68
- name: Build ${{ matrix.example.app }} with IDF-${{ matrix.idf_ver }}
71
69
env:
72
-
EXPECTED_WARNING: "DeprecationWarning: 'MultiCommand' is deprecated and will be removed\nWarning: The smallest app partition is nearly full\nCryptographyDeprecationWarning: Parsed a serial number which wasn't positive"
70
+
EXPECTED_WARNING: "Warning: The smallest app partition is nearly full"
Copy file name to clipboardExpand all lines: .github/workflows/build_eppp.yml
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,6 @@ jobs:
35
35
with:
36
36
key: ${{ matrix.idf_ver }}
37
37
- name: Build ${{ matrix.test.app }} with IDF-${{ matrix.idf_ver }}
38
-
env:
39
-
EXPECTED_WARNING: "DeprecationWarning: 'MultiCommand' is deprecated and will be removed\nCryptographyDeprecationWarning: Parsed a serial number which wasn't positive"
0 commit comments