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.
|
#SOFTWARE.
|
||||||
#
|
#
|
||||||
#-----------------------------
|
#-----------------------------
|
||||||
|
#This file is part of Zap AppImage Package Manager
|
||||||
|
|
||||||
name: Continuous
|
name: Continuous
|
||||||
on:
|
on:
|
||||||
|
@ -37,7 +37,7 @@ jobs:
|
||||||
ubuntu:
|
ubuntu:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: ubuntu:bionic
|
image: appimagecrafters/appimage-builder:latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up User
|
- name: Set up User
|
||||||
|
|
Loading…
Reference in a new issue