summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-27 14:37:41 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-27 14:37:41 (GMT)
commit750dd56fe0b26b8495c8c9450af24c5cd4d2d5d7 (patch)
tree2a683bc39e6ace0b3b76de7386f12913db1f2a49 /.github
parenta2c547e12a910f3475ac28fe344ac4760bde521a (diff)
parent5bf4c011e1e583ad9be1bae5a6e38cae7cbb81e7 (diff)
downloadtcl-750dd56fe0b26b8495c8c9450af24c5cd4d2d5d7.zip
tcl-750dd56fe0b26b8495c8c9450af24c5cd4d2d5d7.tar.gz
tcl-750dd56fe0b26b8495c8c9450af24c5cd4d2d5d7.tar.bz2
Merge 8.5
Diffstat (limited to '.github')
-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 4f6819f..ea4f8b6 100644
--- a/.github/workflows/win-build.yml
+++ b/.github/workflows/win-build.yml
@@ -57,7 +57,7 @@ jobs:
touch tclStubInit.c tclOOStubInit.c
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: