summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-27 14:28:18 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-27 14:28:18 (GMT)
commit5bf4c011e1e583ad9be1bae5a6e38cae7cbb81e7 (patch)
tree4353b290366cb03ffe76c5b217a8ee77485c6379 /.github
parent2ed258bb674b5894ae0d21fe8405234b97731dbe (diff)
downloadtcl-5bf4c011e1e583ad9be1bae5a6e38cae7cbb81e7.zip
tcl-5bf4c011e1e583ad9be1bae5a6e38cae7cbb81e7.tar.gz
tcl-5bf4c011e1e583ad9be1bae5a6e38cae7cbb81e7.tar.bz2
label change in win-build.yml
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 5e6b6ba..2aeccaf 100644
--- a/.github/workflows/win-build.yml
+++ b/.github/workflows/win-build.yml
@@ -57,7 +57,7 @@ jobs:
touch tclStubInit.c
mkdir "${HOME}/install"
working-directory: generic
- - name: Configure (symbols=${{ matrix.cfgopt }})
+ - name: Configure ${{ matrix.cfgopt }}
run: |
./configure ${CFGOPT} "--prefix=$HOME/install" || (cat config.log && exit 1)
env: