Skip to content

Commit b41c523

Browse files
committed
try fix
1 parent e7463ec commit b41c523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
run: |
161161
$url = "https://sourceforge.net/projects/imdisk-toolkit/files/20190130/ImDiskTk.exe"
162162
Invoke-WebRequest -Uri $url -OutFile "ImDiskTk.exe"
163-
Start-Process -FilePath "ImDiskTk.exe" -ArgumentList "/fullsilent" -Wait
163+
Start-Process -FilePath "ImDiskTk.exe" -ArgumentList "/fullsilent" -Wait -Verb RunAs
164164
165165
- name: Create RAM Disk
166166
shell: cmd

0 commit comments

Comments
 (0)