Test
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7eb2161..ccd0331 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -170,7 +170,7 @@
             compiler: gcc
             cxx-compiler: g++
             # Don't use find_package for 3rd party libraries which are installed incorrectly on GitHub CI instances
-            cmake-args: -DMZ_CODE_COVERAGE=ON -DMZ_FORCE_FETCH_LIBS=ON -G Ninja
+            cmake-args: -DMZ_CODE_COVERAGE=ON -DMZ_FORCE_FETCH_LIBS=ON -DBUILD_SHARED_LIBS=OFF -G Ninja
             codecov: windows_gcc
 
           # No code coverage on release builds