github: suppress error output when searching for catch2

This commit is contained in:
Roland Conybeare 2025-05-10 17:23:26 -05:00
commit a4c47007ac

View file

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