Skip to content

Commit 5eb00e0

Browse files
committed
Merge branch 'master' of github.com:MotionSpell/lldash
2 parents 69ee06f + ccda1c7 commit 5eb00e0

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

signals

tests/setup_test_environment.ps1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
# Use with "source", don't run normally.
33
# Installs cwipc, creates a venv in .venv, and installs the cwipc python modules.
44
# Adds ./installed/bin to PATH
5-
Remove-Item .\cwipc-built -Recurse -Force
5+
If (Test-Path .\cwipc-built) {
6+
Remove-Item .\cwipc-built -Recurse -Force
7+
}
68
curl.exe -L -o cwipc-built.zip https://github.com/cwi-dis/cwipc/releases/download/nightly/cwipc-win10-nightly-built.zip
79
Expand-Archive -path .\cwipc-built.zip -Force
810
$lldash_dir = Join-Path $PWD installed

0 commit comments

Comments
 (0)