We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 303e91d commit 4bb10e5Copy full SHA for 4bb10e5
.github/workflows/build-wheel.yml
@@ -52,6 +52,11 @@ jobs:
52
- name: Enable sccache
53
uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # 0.0.9
54
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
+
60
- name: Setup proxy cache
61
uses: nv-gha-runners/setup-proxy-cache@main
62
continue-on-error: true
0 commit comments