Skip to content

Commit

Permalink
optimize ci [2]
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Apr 26, 2022
1 parent e339f0e commit f472da2
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 @@ -9,6 +9,6 @@ jobs:
- name: install dependencies
run: sudo apt update -y && sudo apt install -y googletest libgtest-dev libboost-stacktrace-dev
- name: print info
run: php -v && php-config
run: php -v && php -m && php -i
- name: build
run: cmake . && make VERBOSE=1 -j$(nproc)

0 comments on commit f472da2

Please sign in to comment.