Skip to content

Commit 2f99513

Browse files
committed
Correct typo in comment
1 parent dbd0b93 commit 2f99513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ async function main() {
112112

113113
core.addPath(zig_dir);
114114

115-
// Direct Zig to use the global cache as every local cache, so that we get maximum benefit from the caching above.
115+
// Direct Zig to use the global cache as every local cache, so that we get maximum benefit from the caching below.
116116
core.exportVariable('ZIG_LOCAL_CACHE_DIR', await common.getZigCachePath());
117117

118118
if (core.getBooleanInput('use-cache')) {

0 commit comments

Comments
 (0)