Skip to content

Commit f472da2

Browse files
committed
optimize ci [2]
1 parent e339f0e commit f472da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
- name: install dependencies
1010
run: sudo apt update -y && sudo apt install -y googletest libgtest-dev libboost-stacktrace-dev
1111
- name: print info
12-
run: php -v && php-config
12+
run: php -v && php -m && php -i
1313
- name: build
1414
run: cmake . && make VERBOSE=1 -j$(nproc)

0 commit comments

Comments
 (0)