We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent8a61183 commitd319138Copy full SHA for d319138
.github/workflows/ci.yaml
@@ -156,16 +156,18 @@ jobs:
156
uses:actions/checkout@v4
157
158
-name:Download ImDisk
159
-shell:powershell
+shell:bash
160
run:|
161
- $url = "https://sourceforge.net/projects/imdisk-toolkit/files/20241123/ImDiskTk-x64.zip/download"
162
- Invoke-WebRequest -Uri $url -OutFile "ImDiskTk.zip"
163
- Expand-Archive -Path "ImDiskTk.zip" -DestinationPath "ImDiskTk"
+ mkdir imdisk
+ cd imdisk
+ curl -L -o files.cab https://imdisk-ci-files.pages.dev/ImDiskTk20241123/files.cab
164
+ curl -L -o install.bat https://imdisk-ci-files.pages.dev/ImDiskTk20241123/install.bat
165
+ cd ..
166
167
-name:Install ImDisk
168
shell:cmd
169
- cdImDiskTk
170
+ cdimdisk
171
install.bat /silent
172
173
-name:Create RAM Disk