We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e339f0e commit f472da2Copy full SHA for f472da2
.github/workflows/lib.yml
@@ -9,6 +9,6 @@ jobs:
9
- name: install dependencies
10
run: sudo apt update -y && sudo apt install -y googletest libgtest-dev libboost-stacktrace-dev
11
- name: print info
12
- run: php -v && php-config
+ run: php -v && php -m && php -i
13
- name: build
14
run: cmake . && make VERBOSE=1 -j$(nproc)
0 commit comments