Update continuous.yml
This commit is contained in:
parent
d44cdfaae4
commit
baa625039d
1 changed files with 6 additions and 1 deletions
7
.github/workflows/continuous.yml
vendored
7
.github/workflows/continuous.yml
vendored
|
@ -14,6 +14,12 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: appimagecrafters/appimage-builder:latest
|
image: appimagecrafters/appimage-builder:latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4.1.7
|
||||||
|
- name: Install build essential
|
||||||
|
run: |
|
||||||
|
apt update
|
||||||
|
sudo apt -y install build-essential
|
||||||
|
|
||||||
- uses: actions/checkout@v4.1.7
|
- uses: actions/checkout@v4.1.7
|
||||||
- name: Set up User
|
- name: Set up User
|
||||||
run: |
|
run: |
|
||||||
|
@ -24,7 +30,6 @@ jobs:
|
||||||
usermod -aG sudo github
|
usermod -aG sudo github
|
||||||
su - github
|
su - github
|
||||||
sudo apt -y install git wget curl jq unzip
|
sudo apt -y install git wget curl jq unzip
|
||||||
sudo apt -y install build-essential
|
|
||||||
|
|
||||||
|
|
||||||
- name: Clone scrcpy
|
- name: Clone scrcpy
|
||||||
|
|
Loading…
Reference in a new issue