Skip to content

Commit

Permalink
execute in powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
mndeveci committed Apr 4, 2022
1 parent 9cc8b8f commit 68e7981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor-windows.yml
Expand Up @@ -38,7 +38,7 @@ init:
# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
- ps: gcim Win32_Processor | % { "$($_.NumberOfLogicalProcessors) logical CPUs" }
- ps: gcim Win32_OperatingSystem | % { "$([int]($_.TotalVisibleMemorySize/1mb)) Gb" }
- git config --global core.autocrlf false
- ps: git config --global core.autocrlf false

cache:
- C:\ProgramData\chocolatey\bin -> appveyor.yml
Expand Down

0 comments on commit 68e7981

Please sign in to comment.