[Gitea Actions] Clone Submodules
This commit is contained in:
parent
61add936cc
commit
b005106b44
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user