[ci] Don't install cspice while vcpkg package is broken

test-win
Hleb Valoshka 2022-01-20 20:20:04 +02:00
parent c13ea716a0
commit 845b4ef930
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,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 qt5-base
run: vcpkg --triplet=${{matrix.platform}}-windows install --recurse libpng libjpeg-turbo gettext luajit fmt libepoxy eigen3 freetype qt5-base
- name: 'Checkout source code'
uses: actions/checkout@v2