We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee27a49 commit 5eef5c4Copy full SHA for 5eef5c4
.github/workflows/cmake-errors.yml
@@ -78,7 +78,7 @@ jobs:
78
if [ "$RUNNER_OS" == "Windows" ]
79
then
80
INSTALL_DIR="$GITHUB_WORKSPACE\\usr"
81
- CMAKE_INSTALL_DIR="$(cygpath -u "$INSTALL_DIR")"
+ CMAKE_INSTALL_DIR="$(sed 's/\\/\//g' <<< "$INSTALL_DIR")" # sic, cygpath no good for cmake
82
SRC_DIR="$GITHUB_WORKSPACE\\tmp"
83
MULLE_CORE_SRC_DIR="$SRC_DIR\\mulle-core"
84
MULLE_ATINIT_SRC_DIR="$SRC_DIR\\mulle-atinit"
0 commit comments