We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65101d4 commit 213d335Copy full SHA for 213d335
src/setup.ts
@@ -66,6 +66,9 @@ async function setup() {
66
// Expose the sccache path as env.
67
core.exportVariable('SCCACHE_PATH', `${sccacheHome}/sccache`);
68
69
+ // Force the github action v2
70
+ core.exportVariable('ACTIONS_CACHE_SERVICE_V2', `on`);
71
+
72
// Expose the gha cache related variable to make it easier for users to
73
// integrate with gha support.
74
core.exportVariable(
0 commit comments