diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 2b03782..d7e42d7 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -9,6 +9,8 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v3 + with: + submodules: true - name: Install CMake run: | echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list diff --git a/scripts/install-dependencies.sh b/scripts/install-dependencies.sh index 9fb300b..ed2cabf 100755 --- a/scripts/install-dependencies.sh +++ b/scripts/install-dependencies.sh @@ -39,11 +39,6 @@ run() { queue_pkg \ libwayland-bin - # Host Dependencies Needed For Running - queue_pkg \ - qemu-user \ - patchelf - # Architecture-Specific Dependencies architecture_specific_pkg() { # Compiler