aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-06-25 23:27:02 +0000
committerSaturneric <[email protected]>2021-06-25 23:27:02 +0000
commite15f447dd9728c8f68b32c78f4100ca3d305c266 (patch)
treecdc205e2e4ad289536fcc44bd5c67183bf25cca1
parentUpdate release.yml (diff)
downloadGpgFrontend-e15f447dd9728c8f68b32c78f4100ca3d305c266.tar.gz
GpgFrontend-e15f447dd9728c8f68b32c78f4100ca3d305c266.zip
Update release.yml
-rw-r--r--.github/workflows/release.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 80b28e18..71ead08a 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -79,7 +79,7 @@ jobs:
git clone https://github.com/saturneric/libgpg-error
cd libgpg-error
./autogen.sh
- ./configure --enable-maintainer-mode --enable-static=true && make -j2
+ ./configure --enable-maintainer-mode --enable-static=yes && make -j2
sudo make install
cd ${{github.workspace}}
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
@@ -90,7 +90,7 @@ jobs:
git clone https://github.com/saturneric/libassuan
cd libassuan
./autogen.sh
- ./configure --enable-maintainer-mode --enable-static=true && make -j2
+ ./configure --enable-maintainer-mode --enable-static=yes && make -j2
sudo make install
cd ${{github.workspace}}
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
@@ -101,7 +101,7 @@ jobs:
git clone https://github.com/saturneric/gpgme
cd gpgme
./autogen.sh
- ./configure --enable-maintainer-mode --enable-static=true --enable-languages=cpp && make -j2
+ ./configure --enable-maintainer-mode --enable-static=yes --enable-languages=cpp && make -j2
sudo make install
cd ${{github.workspace}}
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
@@ -112,7 +112,7 @@ jobs:
git clone https://github.com/saturneric/gpgme
cd gpgme
./autogen.sh
- ./configure --enable-maintainer-mode --enable-static=true --enable-languages=cpp LDFLAGS="-static" && make -j2
+ ./configure --enable-maintainer-mode --enable-static=yes --enable-languages=cpp LDFLAGS="-static" && make -j2
make install
if: matrix.os == 'windows-latest'