mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2026-02-04 05:11:34 +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]
|
ubuntu: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout php-gnupg
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
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
|
- name: Build and install php-gnupg
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue