We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbd0b93 commit 2f99513Copy full SHA for 2f99513
main.js
@@ -112,7 +112,7 @@ async function main() {
112
113
core.addPath(zig_dir);
114
115
- // Direct Zig to use the global cache as every local cache, so that we get maximum benefit from the caching above.
+ // Direct Zig to use the global cache as every local cache, so that we get maximum benefit from the caching below.
116
core.exportVariable('ZIG_LOCAL_CACHE_DIR', await common.getZigCachePath());
117
118
if (core.getBooleanInput('use-cache')) {
0 commit comments