Skip to content

Commit bbeabee

Browse files
committed
CI debug: fix typo
1 parent d26e5ff commit bbeabee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
rm -rf linux
183183
ln -s /sources-dir linux
184184
185-
./build.sh --targets "$TARGET" ${VERSIONS:+--versions "$VERSIONS"} --extra_docker_args "-v $SOURCES_DIR:/sources-dir"
185+
./build.sh --targets "$TARGET" ${VERSIONS:+--versions "$VERSIONS"} --extra-docker-opts "-v $SOURCES_DIR:/sources-dir"
186186
187187
# Use a run-specific output directory to avoid clashes
188188
BUILD_OUTPUT="/home/runner/_shared/runs/$GITHUB_RUN_ID/build-output"

0 commit comments

Comments
 (0)