Skip to content

Commit 4bb10e5

Browse files
committed
Explicitly start the host
1 parent 303e91d commit 4bb10e5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-wheel.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ jobs:
5252
- name: Enable sccache
5353
uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # 0.0.9
5454

55+
- name: Start sccache
56+
# Since we actually /use/ this from a container, we need to start the server
57+
# in the host first.
58+
run: sccache --start-server
59+
5560
- name: Setup proxy cache
5661
uses: nv-gha-runners/setup-proxy-cache@main
5762
continue-on-error: true

0 commit comments

Comments
 (0)