From 38178618f3f791215ad89bb6e3c5f94da29a95d3 Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Fri, 26 Jun 2020 07:54:14 +0300 Subject: [PATCH] Fix AppImage action --- .github/workflows/appimage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index 9bd5f7c71..7765188cf 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -446,7 +446,7 @@ jobs: run: | cd $LibrariesPath - git clone -b 1.16 https://gitlab.freedesktop.org/wayland/wayland + git clone -b 1.18.0 https://gitlab.freedesktop.org/wayland/wayland cd wayland ./autogen.sh \ --disable-documentation \ @@ -479,7 +479,7 @@ jobs: uses: actions/cache@v1 with: path: ${{ env.LibrariesPath }}/qt-cache - key: ${{ runner.OS }}-qt-${{ env.CACHE_KEY }}-${{ hashFiles('**/qtbase_5_12_8.diff') }}-${{ hashFiles('**/qtwayland_5_12_8.diff') }} + key: ${{ runner.OS }}-qt-${{ env.CACHE_KEY }}-${{ hashFiles('**/qt*_5_12_8/*') }} - name: Qt 5.12.8 build. if: steps.cache-qt.outputs.cache-hit != 'true' run: |