File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9696 --auth-token '${SCCACHE_DIST_TOKEN}' \
9797 ";
9898
99+ sccache --dist-status
100+ cat /home/coder/stdexec/.cache/*.log
101+
99102 # Copy source folder into ~/stdexec
100103 cp -r "${GITHUB_WORKSPACE}"/stdexec ~/;
101104 chown -R coder:coder ~/stdexec;
@@ -123,7 +126,7 @@ jobs:
123126 uses : actions/upload-artifact@v4
124127 with :
125128 name : sccache-client-logs-${{env.ARTIFACT_PREFIX}}-${{env.ARTIFACT_SUFFIX}}
126- path : .cache/*.log
129+ path : /home/coder/stdexec/ .cache/*.log
127130 compression-level : 9
128131
129132 ci-cpu :
Original file line number Diff line number Diff line change @@ -108,6 +108,9 @@ jobs:
108108 --auth-token '${SCCACHE_DIST_TOKEN}' \
109109 ";
110110
111+ sccache --dist-status
112+ cat /home/coder/stdexec/.cache/*.log
113+
111114 # Copy source folder into ~/stdexec
112115 cp -r "${GITHUB_WORKSPACE}"/stdexec ~/;
113116 chown -R coder:coder ~/stdexec;
@@ -141,7 +144,7 @@ jobs:
141144 uses : actions/upload-artifact@v4
142145 with :
143146 name : sccache-client-logs-${{env.ARTIFACT_PREFIX}}-${{env.ARTIFACT_SUFFIX}}
144- path : .cache/*.log
147+ path : /home/coder/stdexec/ .cache/*.log
145148 compression-level : 9
146149
147150
You can’t perform that action at this time.
0 commit comments