Update CI deps and check the submodule out

This commit is contained in:
Jakub Zelenka 2025-02-15 12:07:32 +01:00
parent 7fc5c9a09c
commit f1e00ddd48
No known key found for this signature in database
GPG key ID: 1C0779DC5C0A9DE4

View file

@ -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: |