feat: try fix ci/cd
This commit is contained in:
@@ -22,8 +22,21 @@ jobs:
|
|||||||
- name: 📥 Checkout
|
- name: 📥 Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Install PHP runtime dependencies
|
||||||
|
run: |
|
||||||
|
apt_prefix=""
|
||||||
|
|
||||||
|
if [ "$(id -u)" -ne 0 ]; then
|
||||||
|
apt_prefix="sudo"
|
||||||
|
fi
|
||||||
|
|
||||||
|
$apt_prefix apt-get update
|
||||||
|
$apt_prefix apt-get install -y --no-install-recommends libsodium23
|
||||||
|
|
||||||
- name: 🐘 Setup PHP
|
- name: 🐘 Setup PHP
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
|
env:
|
||||||
|
fail-fast: true
|
||||||
with:
|
with:
|
||||||
php-version: '8.4'
|
php-version: '8.4'
|
||||||
extensions: bcmath,ctype,curl,dom,fileinfo,intl,mbstring,openssl,pdo,tokenizer,xml,zip
|
extensions: bcmath,ctype,curl,dom,fileinfo,intl,mbstring,openssl,pdo,tokenizer,xml,zip
|
||||||
|
|||||||
Reference in New Issue
Block a user