github: print catch2 location
This commit is contained in:
parent
cdd9743ec8
commit
680e89dcc4
1 changed files with 4 additions and 1 deletions
5
.github/workflows/main-stock-ubuntu.yml
vendored
5
.github/workflows/main-stock-ubuntu.yml
vendored
|
|
@ -24,7 +24,10 @@ jobs:
|
||||||
- name: Install catch2
|
- name: Install catch2
|
||||||
# install catch2.
|
# install catch2.
|
||||||
# see [[https://stackoverflow.com/questions/57982945/how-to-apt-get-install-in-a-github-actions-workflow]]
|
# see [[https://stackoverflow.com/questions/57982945/how-to-apt-get-install-in-a-github-actions-workflow]]
|
||||||
run: sudo apt-get install -y catch2
|
run: |
|
||||||
|
sudo apt-get install -y catch2
|
||||||
|
# where did it put the dang thing?
|
||||||
|
find / -name catch.hpp
|
||||||
|
|
||||||
- name: bootstrap xo-cmake
|
- name: bootstrap xo-cmake
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue