aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.github/workflows/debug.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml
index a580be09..205495f6 100644
--- a/.github/workflows/debug.yml
+++ b/.github/workflows/debug.yml
@@ -89,7 +89,7 @@ jobs:
git clone https://github.com/saturneric/gpgme
cd gpgme
./autogen.sh
- ./configure && make -j2
+ ./configure --enable-static=true --enable-languages=cpp && make -j2
make install
if: matrix.os == 'windows-latest'