diff options
author | Saturneric <[email protected]> | 2021-06-22 13:02:17 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-06-22 13:02:17 +0000 |
commit | 7ee0fa666304e2b72567748cf0f9ba0ff7c10e3b (patch) | |
tree | c2a00f728ef735cbae783878c41a6a114dc37425 | |
parent | Fixed Workflow. (diff) | |
download | GpgFrontend-7ee0fa666304e2b72567748cf0f9ba0ff7c10e3b.tar.gz GpgFrontend-7ee0fa666304e2b72567748cf0f9ba0ff7c10e3b.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 205495f6..422aef05 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 --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' |