Skip to content

Commit 5eef5c4

Browse files
authored
Update cmake-errors.yml again and again and again and again and again and
1 parent ee27a49 commit 5eef5c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-errors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
if [ "$RUNNER_OS" == "Windows" ]
7979
then
8080
INSTALL_DIR="$GITHUB_WORKSPACE\\usr"
81-
CMAKE_INSTALL_DIR="$(cygpath -u "$INSTALL_DIR")"
81+
CMAKE_INSTALL_DIR="$(sed 's/\\/\//g' <<< "$INSTALL_DIR")" # sic, cygpath no good for cmake
8282
SRC_DIR="$GITHUB_WORKSPACE\\tmp"
8383
MULLE_CORE_SRC_DIR="$SRC_DIR\\mulle-core"
8484
MULLE_ATINIT_SRC_DIR="$SRC_DIR\\mulle-atinit"

0 commit comments

Comments
 (0)