aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-06-22 11:25:16 +0000
committerSaturneric <[email protected]>2021-06-22 11:25:16 +0000
commit6c1ba8fdbcdf4c2811c9b7565d187b8425cbffd8 (patch)
tree23cb37e3db59f9cdebeb4ba9e6f5c6229f06fa27
parentFixed Workflow. (diff)
downloadGpgFrontend-6c1ba8fdbcdf4c2811c9b7565d187b8425cbffd8.tar.gz
GpgFrontend-6c1ba8fdbcdf4c2811c9b7565d187b8425cbffd8.zip
Fixed Workflow.
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'