We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d26e5ff commit bbeabeeCopy full SHA for bbeabee
1 file changed
.github/workflows/build.yml
@@ -182,7 +182,7 @@ jobs:
182
rm -rf linux
183
ln -s /sources-dir linux
184
185
- ./build.sh --targets "$TARGET" ${VERSIONS:+--versions "$VERSIONS"} --extra_docker_args "-v $SOURCES_DIR:/sources-dir"
+ ./build.sh --targets "$TARGET" ${VERSIONS:+--versions "$VERSIONS"} --extra-docker-opts "-v $SOURCES_DIR:/sources-dir"
186
187
# Use a run-specific output directory to avoid clashes
188
BUILD_OUTPUT="/home/runner/_shared/runs/$GITHUB_RUN_ID/build-output"
0 commit comments