Skip to content

Commit

Permalink
Update gmssl-centos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jundayw authored Nov 16, 2024
1 parent 839bad9 commit e65d56d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gmssl-centos.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build GmSSL for PHP on Windows and CentOS
name: Build GmSSL for PHP on CentOS

on:
# push:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Build GmSSL PHP extension for PHP ${{ matrix.php }}
run: |
cd php-${{ matrix.php }}
$HOME/php-${{ matrix.php }}/bin/phpize
./bin/phpize
./configure --with-php-config=$HOME/php-${{ matrix.php }}/bin/php-config --with-gmssl
make -j$(nproc)
# ls -lh modules/gmssl.so
Expand Down

0 comments on commit e65d56d

Please sign in to comment.