27 lines
742 B
Diff
27 lines
742 B
Diff
From 1f588119d6fade355756f06124a246456e7a5c0e Mon Sep 17 00:00:00 2001
|
|
From: Christoph Reiter <reiter.christoph@gmail.com>
|
|
Date: Sun, 1 Aug 2021 16:14:20 +0200
|
|
Subject: [PATCH 129/N] CI: clean up
|
|
|
|
---
|
|
.github/workflows/mingw.yml | 3 ---
|
|
1 file changed, 3 deletions(-)
|
|
|
|
diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml
|
|
index 17aab89..0662196 100644
|
|
--- a/.github/workflows/mingw.yml
|
|
+++ b/.github/workflows/mingw.yml
|
|
@@ -74,9 +74,6 @@ jobs:
|
|
--enable-loadable-sqlite-extensions \
|
|
--enable-optimizations
|
|
|
|
- # We patch importlib which is embedded in C headers, so regenerate them
|
|
- make regen-importlib
|
|
-
|
|
make -j8
|
|
|
|
- name: Run Smoke Test (build)
|
|
--
|
|
2.32.0
|
|
|