Skip to content

Commit

Permalink
add ext-json
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Dec 22, 2023
1 parent 16f2857 commit 6d09196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: "${{ matrix.php }}"
extensions: embed, curl, redis
extensions: embed, curl, redis, json
- name: install dependencies
run: sudo apt update -y && sudo apt install -y googletest libgtest-dev libboost-stacktrace-dev
- name: Show machine information
Expand Down

0 comments on commit 6d09196

Please sign in to comment.