Skip to content

Commit 26eae0c

Browse files
committed
Disable github cache on windows
1 parent 6bd6c64 commit 26eae0c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

badges/coverage.svg

Lines changed: 1 addition & 1 deletion
Loading

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/downloader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export async function download(
8383
)
8484
executableDirectory = localCacheDirectory
8585
}
86-
if (useGitHubCache) {
86+
if (useGitHubCache && osType !== OSType.windows) {
8787
// Move file to GitHub cache directory
8888
core.debug(`Copying ${destFilePath} to ${cacheDirectory}`)
8989
await io.mkdirP(cacheDirectory)

0 commit comments

Comments
 (0)