Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
GarrettDMorrison committed Dec 13, 2023
1 parent 0619349 commit 1ae2715
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ environment:
BUILD_TYPE: Release

# Uncomment this to enable interactive debugging on build failure
#on_failure:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
on_failure:
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

install:
- if "%COMPILER%"=="mingw" set PATH=%PATH%;C:\MinGW\bin
- if "%COMPILER%"=="mingw-w64" set PATH=%PATH%;C:\MinGW\bin
- if "%COMPILER%"=="mingw" set PATH=C:\MinGW\bin;%PATH%
- if "%COMPILER%"=="mingw-w64" set PATH=C:\MinGW\bin;%PATH%

# set env vars for Python system dir (assumed to always be MSVC)
- ps: |
Expand Down

0 comments on commit 1ae2715

Please sign in to comment.