Skip to content

Commit

Permalink
Update appveyor.yml to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jhmgoossens authored Apr 13, 2024
1 parent ad26c2e commit f443dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ init:
$env:JAVA_HOME = "C:\Program Files\Java\jdk17"
$env:PATH += ";JAVA_HOME\bin"
}
#- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

# scripts that run after cloning repository
install:
Expand Down

0 comments on commit f443dfa

Please sign in to comment.