We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88849f8 commit da168cbCopy full SHA for da168cb
.github/workflows/win-build.yml
@@ -141,7 +141,7 @@ jobs:
141
touch "${HOME}/forWinDialog-5.12.7"
142
mkdir "${HOME}/install_dir"
143
echo INSTALL_DIR=${HOME}/install_dir >> $GITHUB_ENV
144
- echo "WIN_INSTALL_DIR=`cygpath -w -f ${HOME}/install_dir`" >> $GITHUB_ENV
+ echo "WIN_INSTALL_DIR=`cygpath -w ${HOME}/install_dir`" >> $GITHUB_ENV
145
working-directory: generic
146
- name: Configure and Build Tcl (${{ matrix.config }})
147
run: |
0 commit comments