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:
|
||||
image: appimagecrafters/appimage-builder:latest
|
||||
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
|
||||
- name: Set up User
|
||||
run: |
|
||||
|
@ -24,7 +30,6 @@ jobs:
|
|||
usermod -aG sudo github
|
||||
su - github
|
||||
sudo apt -y install git wget curl jq unzip
|
||||
sudo apt -y install build-essential
|
||||
|
||||
|
||||
- name: Clone scrcpy
|
||||
|
|
Loading…
Reference in a new issue