Browse Source

CI: don't create compat (aka bunch-of-vc-redist-dll) windows builds.

Sasha Szpakowski 1 year ago
parent
commit
12b24c3cc7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -152,7 +152,7 @@ jobs:
     strategy:
       matrix:
         platform: [Win32, x64, ARM64]
-        install: [compat, modern]
+        install: [modern]
         exclude:
         - platform: ARM64
           install: compat