github: try listing /usr/include

This commit is contained in:
Roland Conybeare 2025-05-10 17:27:29 -05:00
commit 1ccd4a308f

View file

@ -27,7 +27,8 @@ jobs:
run: |
sudo apt-get install -y catch2
# where did it put the dang thing?
find / -name catch.hpp 2> /dev/null
ls /usr/include
#find / -name catch.hpp 2> /dev/null
- name: bootstrap xo-cmake
run: |