Update continuous.yml

This commit is contained in:
Sam Sneed 2024-08-03 19:10:52 -05:00 committed by GitHub
parent d44cdfaae4
commit baa625039d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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