summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-01-03 20:16:01 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-01-03 20:16:01 (GMT)
commit59ebe8ee920daa4d875f0bc49475a884970049a8 (patch)
tree0dc5d544500351f64010b523d082e486bc912b70 /.github
parentf34df1ac978994a9a53c504f183df78a63f816ef (diff)
downloadtk-59ebe8ee920daa4d875f0bc49475a884970049a8.zip
tk-59ebe8ee920daa4d875f0bc49475a884970049a8.tar.gz
tk-59ebe8ee920daa4d875f0bc49475a884970049a8.tar.bz2
Test OPTS=static (without staticpkg) too
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/win-build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml
index a6c84d0..b135a0e 100644
--- a/.github/workflows/win-build.yml
+++ b/.github/workflows/win-build.yml
@@ -24,6 +24,7 @@ jobs:
config:
- "OPTS=none"
- "OPTS=symbols"
+ - "OPTS=static"
- "OPTS=static,staticpkg"
steps:
- name: Checkout Tk