From 53a784eb1bbff8c6699e6fa63b2cbd730676877a Mon Sep 17 00:00:00 2001 From: pajlada Date: Sun, 4 Oct 2020 16:51:42 +0200 Subject: [PATCH] Fix CI (#2028) --- .github/workflows/build.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e4ea6900a..fa3374843 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,13 +29,19 @@ jobs: uses: actions/cache@v2 with: path: ../Qt - key: ${{ runner.os }}-QtCache-v2 + key: ${{ runner.os }}-QtCache-v5 + + # LINUX + - name: Install p7zip (Ubuntu) + if: startsWith(matrix.os, 'ubuntu') + run: sudo apt-get update && sudo apt-get -y install p7zip-full - name: Install Qt uses: jurplel/install-qt-action@v2 with: mirror: 'http://mirrors.ocf.berkeley.edu/qt/' cached: ${{ steps.cache-qt.outputs.cache-hit }} + extra: --external 7z # WINDOWS - name: Cache conan