diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index d7f192b..1554c5b 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -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