Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rorywalsh committed Jun 23, 2018
1 parent 4504f0c commit 2a5c7c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -17,8 +17,8 @@ clone_folder: c:\cabbage
install:
- cmd: dir
- cmd: cd c:/
- ps: Start-FileDownload 'https://github.com/csound/csound/releases/download/6.11.0/Csound6.11.0.zip'
- cmd: 7z.exe x Csound6.11.0.zip -o"C:/Program Files"
- ps: Start-FileDownload 'https://github.com/csound/csound/releases/download/6.11.0/csound-windows_x64-6.11.0.zip'
- cmd: 7z.exe x csound-windows_x64-6.11.0.zip -o"C:/Program Files"
- cmd: cd "C:/Program Files/Csound6_x64"
- cmd: dir
# - cmd: mkdir "C:/Program Files/Csound6_x64"
Expand Down

0 comments on commit 2a5c7c0

Please sign in to comment.