mirror of https://github.com/aminya/setup-cpp
test: clean the llvm cache before installing llvm 15.0.2
This commit is contained in:
parent
f4e3f220db
commit
7903317d7d
|
@ -124,6 +124,7 @@ describe("setup-llvm", () => {
|
|||
|
||||
it("should setup LLVM 15.0.2", async () => {
|
||||
await cleanupTmpDir("llvm")
|
||||
await cleanupTmpDir("/Users/runner/hostedtoolcache/llvm")
|
||||
|
||||
const { binDir } = await setupLLVM("15.0.2", directory, process.arch)
|
||||
await testBin("clang++", ["--version"], binDir)
|
||||
|
|
Loading…
Reference in New Issue