X Tutup
Skip to content

Commit 4c4bba8

Browse files
committed
ci: debug why windows i32 is crashing
1 parent 51b4f51 commit 4c4bba8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,3 +237,4 @@ deploy_script:
237237
}
238238
on_finish:
239239
- if exist src\electron\electron.log ( appveyor-retry appveyor PushArtifact src\electron\electron.log )
240+
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

0 commit comments

Comments
 (0)
X Tutup