[win,ci] skip ffmpeg installation

pull/1113/head
Hleb Valoshka 2021-08-29 12:49:55 +04:00
parent b067799a3c
commit f4ef910886
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ jobs:
-password "${{ secrets.GITHUB_TOKEN }}"
- name: 'Install dependencies'
run: vcpkg --triplet=${{matrix.platform}}-windows install --recurse libpng libjpeg-turbo gettext luajit fmt libepoxy eigen3 freetype cspice ffmpeg qt5-base
run: vcpkg --triplet=${{matrix.platform}}-windows install --recurse libpng libjpeg-turbo gettext luajit fmt libepoxy eigen3 freetype cspice qt5-base
- name: 'Checkout source code'
uses: actions/checkout@v2