We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbeabee commit 041384fCopy full SHA for 041384f
1 file changed
.github/workflows/build.yml
@@ -180,7 +180,7 @@ jobs:
180
181
# Copy the stable source directory instead of the run-specific one
182
rm -rf linux
183
- ln -s /sources-dir linux
+ ln -s /sources-dir/linux linux
184
185
./build.sh --targets "$TARGET" ${VERSIONS:+--versions "$VERSIONS"} --extra-docker-opts "-v $SOURCES_DIR:/sources-dir"
186
0 commit comments