summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/cmake.ps1
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab/ci/cmake.ps1')
-rw-r--r--.gitlab/ci/cmake.ps11
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/ci/cmake.ps1 b/.gitlab/ci/cmake.ps1
index 63417dd..39adeb0 100644
--- a/.gitlab/ci/cmake.ps1
+++ b/.gitlab/ci/cmake.ps1
@@ -27,3 +27,4 @@ if ($hash.Hash -ne $sha256sum) {
Add-Type -AssemblyName System.IO.Compression.FileSystem
[System.IO.Compression.ZipFile]::ExtractToDirectory("$outdir\$tarball", "$outdir")
Move-Item -Path "$outdir\$filename" -Destination "$outdir\cmake"
+Remove-Item "$outdir\$tarball"