Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjereddy committed Jun 4, 2022
1 parent 854068b commit e53d3e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cache:
environment:
global:
MINGW_32: C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw32\bin
MINGW_64: C:\mingw-w64\x86_64-7.3.0-posix-seh-rt_v5-rev0\mingw64\bin
MINGW_64: C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin
CYTHON_BUILD_DEP: Cython==0.29.24
PYTHRAN_BUILD_DEP: pythran
NUMPY_TEST_DEP: numpy==1.17.3
Expand Down Expand Up @@ -80,6 +80,7 @@ init:
install:
- cmd: echo "Filesystem root:"
- dir C:\
- dir "C:\mingw-w64\"

- echo "List Program Files:"
- dir "C:\Program Files (x86)\"
Expand Down

0 comments on commit e53d3e8

Please sign in to comment.