Skip to content

Commit 4969a23

Browse files
committed
fmt
1 parent 9c7e240 commit 4969a23

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/actions/setup-imdisk/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ runs:
1515
curl -L -o files.cab https://github.com/coder/imdisk-artifacts/raw/92a17839ebc0ee3e69be019f66b3e9b5d2de4482/files.cab
1616
curl -L -o install.bat https://github.com/coder/imdisk-artifacts/raw/92a17839ebc0ee3e69be019f66b3e9b5d2de4482/install.bat
1717
cd ..
18-
18+
1919
- name: Install ImDisk
2020
shell: cmd
2121
run: |
2222
cd imdisk
2323
install.bat /silent
24-
24+
2525
- name: Create RAM Disk
2626
shell: cmd
2727
run: |

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ jobs:
221221
./scripts/check_unstaged.sh
222222
shell: bash
223223

224-
225224
gen:
226225
timeout-minutes: 8
227226
runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-8' || 'ubuntu-latest' }}

0 commit comments

Comments
 (0)