File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ runs:
15
15
curl -L -o files.cab https://github.com/coder/imdisk-artifacts/raw/92a17839ebc0ee3e69be019f66b3e9b5d2de4482/files.cab
16
16
curl -L -o install.bat https://github.com/coder/imdisk-artifacts/raw/92a17839ebc0ee3e69be019f66b3e9b5d2de4482/install.bat
17
17
cd ..
18
-
18
+
19
19
- name : Install ImDisk
20
20
shell : cmd
21
21
run : |
22
22
cd imdisk
23
23
install.bat /silent
24
-
24
+
25
25
- name : Create RAM Disk
26
26
shell : cmd
27
27
run : |
Original file line number Diff line number Diff line change @@ -221,7 +221,6 @@ jobs:
221
221
./scripts/check_unstaged.sh
222
222
shell : bash
223
223
224
-
225
224
gen :
226
225
timeout-minutes : 8
227
226
runs-on : ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-8' || 'ubuntu-latest' }}
You can’t perform that action at this time.
0 commit comments