Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
Syntax fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Aug 8, 2020
1 parent 1e3c9a2 commit d74f3f2
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 @@ -17,7 +17,7 @@ platform:
build_script:
# vcpkg in appveyor is broken, checkout latest working commit
- pushd C:\Tools\vcpkg && git log -1 && popd
- pushd C:\Tools\vcpkg && git fetch && git checkout $env:VCPKG_HASH && git log -1 && popd
- pushd C:\Tools\vcpkg && git fetch && git checkout %VCPKG_HASH% && git log -1 && popd
- pushd C:\Tools\vcpkg && .\bootstrap-vcpkg.bat -disableMetrics && popd
- pushd C:\Tools\vcpkg && git apply "%APPVEYOR_BUILD_FOLDER%\ffmpeg-portfile-fix-debug-symbols.patch" && popd
- ps: .\build.ps1 -platform $env:PLATFORM -runtime_library $env:RUNTIME_LIBRARY -linkage $env:LINKAGE -toolset $env:TOOLSET -features $env:FEATURES -ErrorAction Stop
Expand Down

0 comments on commit d74f3f2

Please sign in to comment.