[Gitea Actions] Clone Submodules
This commit is contained in:
parent
61add936cc
commit
b005106b44
@ -9,6 +9,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
submodules: true
|
||||||
- name: Install CMake
|
- name: Install CMake
|
||||||
run: |
|
run: |
|
||||||
echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list
|
echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list
|
||||||
|
@ -39,11 +39,6 @@ run() {
|
|||||||
queue_pkg \
|
queue_pkg \
|
||||||
libwayland-bin
|
libwayland-bin
|
||||||
|
|
||||||
# Host Dependencies Needed For Running
|
|
||||||
queue_pkg \
|
|
||||||
qemu-user \
|
|
||||||
patchelf
|
|
||||||
|
|
||||||
# Architecture-Specific Dependencies
|
# Architecture-Specific Dependencies
|
||||||
architecture_specific_pkg() {
|
architecture_specific_pkg() {
|
||||||
# Compiler
|
# Compiler
|
||||||
|
Loading…
Reference in New Issue
Block a user