fix: Fix path to scrcpy
This commit is contained in:
parent
c60836424f
commit
3985a4e1a7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/continuous.yml
vendored
4
.github/workflows/continuous.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue