Skip to content

Commit 7903317

Browse files
committed
test: clean the llvm cache before installing llvm 15.0.2
1 parent f4e3f22 commit 7903317

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/llvm/__tests__/llvm.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ describe("setup-llvm", () => {
124124

125125
it("should setup LLVM 15.0.2", async () => {
126126
await cleanupTmpDir("llvm")
127+
await cleanupTmpDir("/Users/runner/hostedtoolcache/llvm")
127128

128129
const { binDir } = await setupLLVM("15.0.2", directory, process.arch)
129130
await testBin("clang++", ["--version"], binDir)

0 commit comments

Comments
 (0)