Skip to content

Commit a75e733

Browse files
authored
chore: Changed UserSim Download Path
1 parent ce3e7bf commit a75e733

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ jobs:
5151
run: choco install ninja adobereader googlechrome firefox python3
5252

5353
- name: Download User Sim
54-
run: git clone https://github.com/humpalum/sim-user.git
54+
run: Invoke-WebRequest https://github.com/humpalum/sim-user/releases/download/latest/5minuser.exe -OutFile 5minuser.exe
5555

5656
- name: Run User Sim
57-
run: sim-user\5minuser.exe
57+
run: 5minuser.exe
5858

5959
- name: Check Eventcount
6060
run: '$EventCount = 0 ;Get-WinEvent -ListLog Microsoft-Windows-Sysmon* | where {$_.RecordCount -gt 0} | foreach{$_;$EventCount = $EventCount + $_.RecordCount}|Out-Null;"Eventcount: "+$EventCount; if ($EventCount -gt 10000){ Write-Output "Too many events"; $host.SetShouldExit(1)}'

0 commit comments

Comments
 (0)