From 3985a4e1a71bc3260080cadcde6c21480ef95df1 Mon Sep 17 00:00:00 2001 From: Srevin Saju Date: Sat, 12 Sep 2020 18:05:27 +0300 Subject: [PATCH] fix: Fix path to scrcpy --- .github/workflows/continuous.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index 007423b..9d1a8a2 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -22,7 +22,7 @@ #SOFTWARE. # #----------------------------- - +#This file is part of Zap AppImage Package Manager name: Continuous on: @@ -37,7 +37,7 @@ jobs: ubuntu: runs-on: ubuntu-latest container: - image: ubuntu:bionic + image: appimagecrafters/appimage-builder:latest steps: - uses: actions/checkout@v2 - name: Set up User