Skip to content

Commit 213d335

Browse files
committed
Force version v2 of github action.
Closes: #191
1 parent 65101d4 commit 213d335

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/setup.ts

+3
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ async function setup() {
6666
// Expose the sccache path as env.
6767
core.exportVariable('SCCACHE_PATH', `${sccacheHome}/sccache`);
6868

69+
// Force the github action v2
70+
core.exportVariable('ACTIONS_CACHE_SERVICE_V2', `on`);
71+
6972
// Expose the gha cache related variable to make it easier for users to
7073
// integrate with gha support.
7174
core.exportVariable(

0 commit comments

Comments
 (0)