1
0

Fixed Workflow.

This commit is contained in:
Saturneric 2021-06-22 21:02:17 +08:00
parent 6c1ba8fdbc
commit 7ee0fa6663

View File

@ -89,7 +89,7 @@ jobs:
git clone https://github.com/saturneric/gpgme
cd gpgme
./autogen.sh
./configure --enable-static=true --enable-languages=cpp && make -j2
./configure --enable-static=true --enable-languages=cpp LDFLAGS="-static" && make -j2
make install
if: matrix.os == 'windows-latest'