Fixed Workflow.
This commit is contained in:
parent
6c1ba8fdbc
commit
7ee0fa6663
2
.github/workflows/debug.yml
vendored
2
.github/workflows/debug.yml
vendored
@ -89,7 +89,7 @@ jobs:
|
|||||||
git clone https://github.com/saturneric/gpgme
|
git clone https://github.com/saturneric/gpgme
|
||||||
cd gpgme
|
cd gpgme
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
./configure --enable-static=true --enable-languages=cpp && make -j2
|
./configure --enable-static=true --enable-languages=cpp LDFLAGS="-static" && make -j2
|
||||||
make install
|
make install
|
||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user