From b005106b4491082bb877f0f4493bcb7642a5c0dc Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Sun, 4 Jun 2023 00:58:26 -0400 Subject: [PATCH] [Gitea Actions] Clone Submodules --- .gitea/workflows/build.yml | 2 ++ scripts/install-dependencies.sh | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) 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