Skip to content

Commit

Permalink
Pull vcpkg quietly on AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
DomClark committed Sep 16, 2021
1 parent e304457 commit fd18305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
- compiler: msvc
install:
- cd C:\Tools\vcpkg
- git pull
- git pull --quiet
- .\bootstrap-vcpkg.bat
- cd %APPVEYOR_BUILD_FOLDER%
- vcpkg install --triplet %PLATFORM%-windows --recurse fftw3 libsamplerate libsndfile lilv lv2 sdl2
Expand Down

0 comments on commit fd18305

Please sign in to comment.