summaryrefslogtreecommitdiffstats
path: root/.github/workflows/linux-build.yml
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2023-10-12 11:33:17 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2023-10-12 11:33:17 (GMT)
commit07032a85f6cf6b87690b1f316eea7089f16e52d3 (patch)
treec2a871e4d9233ef8057abefee1b475e6d836d030 /.github/workflows/linux-build.yml
parent2572316a311ed71e12f7774e70268f0b4145dc71 (diff)
downloadtcl-07032a85f6cf6b87690b1f316eea7089f16e52d3.zip
tcl-07032a85f6cf6b87690b1f316eea7089f16e52d3.tar.gz
tcl-07032a85f6cf6b87690b1f316eea7089f16e52d3.tar.bz2
Add --disable-zipfs config to github actions
Diffstat (limited to '.github/workflows/linux-build.yml')
-rw-r--r--.github/workflows/linux-build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml
index b616d14..f97ec63 100644
--- a/.github/workflows/linux-build.yml
+++ b/.github/workflows/linux-build.yml
@@ -18,6 +18,7 @@ jobs:
- ""
- "CFLAGS=-DTCL_NO_DEPRECATED=1"
- "--disable-shared"
+ - "--disable-zipfs"
- "--enable-symbols"
- "--enable-symbols=mem"
- "--enable-symbols=all"