Skip to content

Commit

Permalink
temporary disable windows sanitizer
Browse files Browse the repository at this point in the history
  • Loading branch information
brokenpip3 committed Sep 25, 2024
1 parent 4823008 commit f0f8b17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -349,9 +349,9 @@ runs:
# in case of win we need to remove the
# wrong slashes and translate drive-letter: like D:
# to /d/
if [[ "$RUNNER_OS" == "Windows" ]]; then
LIB_PATH=$(echo $LIB_PATH | tr '\\' '/'| sed -E 's#([A-Za-z]):#/\\L\1#g')
fi
#if [[ "$RUNNER_OS" == "Windows" ]]; then
# LIB_PATH=$(echo $LIB_PATH | tr '\\' '/'| sed -E 's#([A-Za-z]):#/\\L\1#g')
#fi
echo "libpath=$LIB_PATH" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit f0f8b17

Please sign in to comment.