github: suppress error output when searching for catch2
This commit is contained in:
parent
680e89dcc4
commit
a4c47007ac
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main-stock-ubuntu.yml
vendored
2
.github/workflows/main-stock-ubuntu.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue