Skip to content

Commit 8a47018

Browse files
authored
P4 espidf setup needs changes in compiler f
1 parent ccffada commit 8a47018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/parallel_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
target: [esp32, esp32s2, esp32s3, esp32c2, esp32c3, esp32c5, esp32c6, esp32h2, esp32p4]
12+
target: [esp32, esp32s2, esp32s3, esp32c2, esp32c3, esp32c5, esp32c6, esp32h2]
1313
fail-fast: true
1414
steps:
1515
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)