Skip to content

Commit 7e7dfb0

Browse files
committed
Debugging
1 parent 625a32d commit 7e7dfb0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
6363
continue-on-error: false
6464
with:
6565
# for artifact fetching, graphics libs
66-
dependencies: "rsync libsqlite3-0 g++ jq wget libgl1 libegl1"
67-
dependent_exes: "rsync libsqlite3-0 g++ jq wget libgl1 libegl1"
66+
dependencies: "tree rsync libsqlite3-0 g++ jq wget libgl1 libegl1"
67+
dependent_exes: "tree rsync libsqlite3-0 g++ jq wget libgl1 libegl1"
6868

6969
- name: Setup proxy cache
7070
uses: nv-gha-runners/setup-proxy-cache@main
@@ -141,6 +141,7 @@ jobs:
141141
coverage html
142142
coverage xml -o htmlcov/coverage.xml
143143
mv htmlcov coverage
144+
tree coverage
144145
145146
- name: Deploy to gh-pages
146147
uses: JamesIves/github-pages-deploy-action@4a3abc783e1a24aeb44c16e869ad83caf6b4cc23 # v4.7.4

0 commit comments

Comments
 (0)