We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b76cf commit d26e5ffCopy full SHA for d26e5ff
1 file changed
.github/workflows/build.yml
@@ -180,9 +180,9 @@ jobs:
180
181
# Copy the stable source directory instead of the run-specific one
182
rm -rf linux
183
- cp -r "$SOURCES_DIR" linux
+ ln -s /sources-dir linux
184
185
- ./build.sh --targets "$TARGET" ${VERSIONS:+--versions "$VERSIONS"}
+ ./build.sh --targets "$TARGET" ${VERSIONS:+--versions "$VERSIONS"} --extra_docker_args "-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