Skip to content

Commit

Permalink
DEBUG: ensure that symlinks are enabled
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Nov 12, 2024
1 parent 39ac3b0 commit d31f6c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,11 @@ linux-asan-ubsan)
;;
windows-*)
export MSYS=${MSYS+$MSYS }winsymlinks:nativestrict
set -x
echo "::notice::enabled symlinks"
ln -s a1 /tmp/a2
ls -la /tmp/a?
set +x
;;
esac

Expand Down

0 comments on commit d31f6c9

Please sign in to comment.