We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48a826b commit 4a8cc35Copy full SHA for 4a8cc35
.github/workflows/coverage.yml
@@ -63,8 +63,8 @@ jobs:
63
continue-on-error: false
64
with:
65
# for artifact fetching, graphics libs
66
- dependencies: "libsqlite3-0 g++ jq wget libgl1 libegl1"
67
- dependent_exes: "libsqlite3-0 g++ jq wget libgl1 libegl1"
+ dependencies: "rsync libsqlite3-0 g++ jq wget libgl1 libegl1"
+ dependent_exes: "rsync libsqlite3-0 g++ jq wget libgl1 libegl1"
68
69
- name: Setup proxy cache
70
uses: nv-gha-runners/setup-proxy-cache@main
0 commit comments