Skip to content

Commit d602f56

Browse files
committed
Fix workflow
1 parent b821f35 commit d602f56

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/graphs/build-test-publish.act

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ nodes:
115115
CC=aarch64-linux-gnu-gcc
116116

117117

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"
118+
# Download P4 API SDK for the target platform
119+
120+
bash setup.sh "$CURRENT_OS" "$ARCH"
121121

122122

123123
build_cli() {

0 commit comments

Comments
 (0)