mirror of
https://github.com/Mozilla-Actions/sccache-action.git
synced 2026-04-18 19:22:35 +08:00
@@ -66,6 +66,9 @@ async function setup() {
|
|||||||
// Expose the sccache path as env.
|
// Expose the sccache path as env.
|
||||||
core.exportVariable('SCCACHE_PATH', `${sccacheHome}/sccache`);
|
core.exportVariable('SCCACHE_PATH', `${sccacheHome}/sccache`);
|
||||||
|
|
||||||
|
// Force the github action v2
|
||||||
|
core.exportVariable('ACTIONS_CACHE_SERVICE_V2', `on`);
|
||||||
|
|
||||||
// Expose the gha cache related variable to make it easier for users to
|
// Expose the gha cache related variable to make it easier for users to
|
||||||
// integrate with gha support.
|
// integrate with gha support.
|
||||||
core.exportVariable(
|
core.exportVariable(
|
||||||
|
|||||||
Reference in New Issue
Block a user