Skip to content

Commit

Permalink
Remove call to deleted script in Appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
stekyne committed Nov 6, 2019
1 parent d9586f7 commit 733bb98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion appveyor.yml
Expand Up @@ -28,7 +28,6 @@ install:
- dir
- choco config set --name="'webRequestTimeoutSeconds'" --value="'500'"
- powershell -ExecutionPolicy ByPass -File downloadDependencies.ps1 -vsGenerator "%VSGENERATOR%"
- powershell -ExecutionPolicy ByPass -File generateProject.ps1 -vsGenerator "%VSGENERATOR%"
# Download and unzip manual and CsoundQT for inclusion with the installer
- cd c:/
- ps: Start-FileDownload 'https://github.com/csound/manual/releases/download/6.13.0/Csound6.13.0_manual_html.zip'
Expand Down

0 comments on commit 733bb98

Please sign in to comment.