github: try listing /usr/include
This commit is contained in:
parent
a4c47007ac
commit
1ccd4a308f
1 changed files with 2 additions and 1 deletions
3
.github/workflows/main-stock-ubuntu.yml
vendored
3
.github/workflows/main-stock-ubuntu.yml
vendored
|
|
@ -27,7 +27,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install -y catch2
|
sudo apt-get install -y catch2
|
||||||
# where did it put the dang thing?
|
# 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
|
- name: bootstrap xo-cmake
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue