From 845b4ef9306d9807ababaee7c3ba4e188bc1a9d9 Mon Sep 17 00:00:00 2001 From: Hleb Valoshka <375gnu@gmail.com> Date: Thu, 20 Jan 2022 20:20:04 +0200 Subject: [PATCH] [ci] Don't install cspice while vcpkg package is broken --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ae76a691..e6d4d5ca9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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