Skip to content

Commit

Permalink
fix: solve gpgme build issue on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
saturneric committed Jul 28, 2024
1 parent dcfe1a3 commit 1f26949
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,9 @@ jobs:
- name: Build GpgME (Windows)
shell: msys2 {0}
run: |
git clone --depth 1 --branch gpgme-1.18.0 git://git.gnupg.org/gpgme.git ${{github.workspace}}/third_party/gpgme
git clone --depth 1 --branch fix/1.18.0 https://git.bktus.com/GpgFrontend/gpgme.git ${{github.workspace}}/third_party/gpgme
cd ${{github.workspace}}/third_party/gpgme
./autogen.sh
export CFLAGS="-g -O2 -w -mms-bitfields"
./configure --enable-maintainer-mode --enable-languages=cpp --disable-gpg-test && make -j4
make install
cd ${{github.workspace}}
Expand Down

0 comments on commit 1f26949

Please sign in to comment.