We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b821f35 commit d602f56Copy full SHA for d602f56
1 file changed
.github/workflows/graphs/build-test-publish.act
@@ -115,9 +115,9 @@ nodes:
115
CC=aarch64-linux-gnu-gcc
116
117
118
- # Download P4 API SDK for the target platform bash setup.sh
119
- "$CURRENT_OS" "$ARCH" || echo "P4 API download failed, building without
120
- P4 support"
+ # Download P4 API SDK for the target platform
+
+ bash setup.sh "$CURRENT_OS" "$ARCH"
121
122
123
build_cli() {
0 commit comments