Skip to content

Commit 041384f

Browse files
committed
CI debug: fix path
1 parent bbeabee commit 041384f

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
@@ -180,7 +180,7 @@ jobs:
180180
181181
# Copy the stable source directory instead of the run-specific one
182182
rm -rf linux
183-
ln -s /sources-dir linux
183+
ln -s /sources-dir/linux linux
184184
185185
./build.sh --targets "$TARGET" ${VERSIONS:+--versions "$VERSIONS"} --extra-docker-opts "-v $SOURCES_DIR:/sources-dir"
186186

0 commit comments

Comments
 (0)