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 f4e3f22 commit 7903317Copy full SHA for 7903317
src/llvm/__tests__/llvm.test.ts
@@ -124,6 +124,7 @@ describe("setup-llvm", () => {
124
125
it("should setup LLVM 15.0.2", async () => {
126
await cleanupTmpDir("llvm")
127
+ await cleanupTmpDir("/Users/runner/hostedtoolcache/llvm")
128
129
const { binDir } = await setupLLVM("15.0.2", directory, process.arch)
130
await testBin("clang++", ["--version"], binDir)
0 commit comments