diff options
author | Saturneric <[email protected]> | 2021-06-22 11:25:16 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-06-22 11:25:16 +0000 |
commit | 6c1ba8fdbcdf4c2811c9b7565d187b8425cbffd8 (patch) | |
tree | 23cb37e3db59f9cdebeb4ba9e6f5c6229f06fa27 | |
parent | Fixed Workflow. (diff) | |
download | GpgFrontend-6c1ba8fdbcdf4c2811c9b7565d187b8425cbffd8.tar.gz GpgFrontend-6c1ba8fdbcdf4c2811c9b7565d187b8425cbffd8.zip |
Fixed Workflow.
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/debug.yml | 2 |
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' |