Skip to content

Commit da168cb

Browse files
authored
Fix WIN_INSTALL_DIR path conversion command
1 parent 88849f8 commit da168cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/win-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
touch "${HOME}/forWinDialog-5.12.7"
142142
mkdir "${HOME}/install_dir"
143143
echo INSTALL_DIR=${HOME}/install_dir >> $GITHUB_ENV
144-
echo "WIN_INSTALL_DIR=`cygpath -w -f ${HOME}/install_dir`" >> $GITHUB_ENV
144+
echo "WIN_INSTALL_DIR=`cygpath -w ${HOME}/install_dir`" >> $GITHUB_ENV
145145
working-directory: generic
146146
- name: Configure and Build Tcl (${{ matrix.config }})
147147
run: |

0 commit comments

Comments
 (0)