mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2026-01-11 19:09:35 +00:00
Update CI deps and check the submodule out
This commit is contained in:
parent
7fc5c9a09c
commit
f1e00ddd48
1 changed files with 6 additions and 4 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
|
@ -16,13 +16,15 @@ jobs:
|
|||
ubuntu: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
|
||||
|
||||
steps:
|
||||
- name: Checkout php-gnupg
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y gpg gpgme gpgsm libgpgme-dev php-cli php-dev autoconf automake libtool make gcc
|
||||
sudo apt-get install -y gpg gpgsm libgpgme-dev php-cli php-dev autoconf libtool make gcc
|
||||
|
||||
- name: Checkout php-gnupg
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Build and install php-gnupg
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue