diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index 8074d93e..6e7266cd 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -33,6 +33,11 @@ jobs: path: ${{ env.CPM_SOURCE_CACHE }} key: ${{ runner.os }}-cpm-${{ hashFiles('**/vendor.cmake', '**/CMakeLists.txt') }} restore-keys: ${{ runner.os }}-cpm- + - name: Cache wayland + uses: actions/cache@v4 + with: + path: profiler/build-appimage/wayland + key: ${{ runner.os }}-wayland-${{ hashFiles('profiler/appimage/build.sh') }} - name: Build AppImage run: profiler/appimage/build.sh env: