summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-27 14:39:40 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-27 14:39:40 (GMT)
commit3c86724fcf6c05cb3ca83ccaffa2fbc94cf44251 (patch)
tree71bb256af114e9de8506a29571b6de963cb8c48b
parent965d357ab676a7a8cd4fe08dfafa8af9590a6197 (diff)
parent750dd56fe0b26b8495c8c9450af24c5cd4d2d5d7 (diff)
downloadtcl-3c86724fcf6c05cb3ca83ccaffa2fbc94cf44251.zip
tcl-3c86724fcf6c05cb3ca83ccaffa2fbc94cf44251.tar.gz
tcl-3c86724fcf6c05cb3ca83ccaffa2fbc94cf44251.tar.bz2
Merge 8.6
-rw-r--r--.github/workflows/win-build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml
index 114720e..9cc8ed4 100644
--- a/.github/workflows/win-build.yml
+++ b/.github/workflows/win-build.yml
@@ -58,7 +58,7 @@ jobs:
touch tclStubInit.c tclOOStubInit.c tclOOScript.h
mkdir "${HOME}/install dir"
working-directory: generic
- - name: Configure (symbols=${{ matrix.cfgopt }})
+ - name: Configure ${{ matrix.cfgopt }}
run: |
./configure ${CFGOPT} "--prefix=$HOME/install dir" || (cat config.log && exit 1)
env: