1
0
Fork 0
mirror of https://github.com/Cloudef/bemenu synced 2024-05-04 22:56:21 +02:00

ci: sort the install tree output

This commit is contained in:
Jari Vetoniemi 2022-02-19 09:15:32 +09:00 committed by Jari Vetoniemi
parent 930ec70852
commit f1b59a9757

View File

@ -18,7 +18,7 @@ jobs:
- name: make install
run: make install PREFIX=install
- name: print install tree
run: find install
run: find install | sort
- name: check symbols
run: make check-symbols
@ -33,7 +33,7 @@ jobs:
- name: make install
run: sh build-osx.sh PREFIX=install install
- name: print install tree
run: find install
run: find install | sort
- name: check symbols
run: sh build-osx.sh check-symbols