mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-03 06:16:04 +00:00
add submodule fetch
This commit is contained in:
8
.github/workflows/build-debian-11.yml
vendored
8
.github/workflows/build-debian-11.yml
vendored
@@ -8,12 +8,10 @@ jobs:
|
||||
container:
|
||||
image: debian:11
|
||||
steps:
|
||||
- name: Install Dependencies
|
||||
run: bash ./scripts/debian/1-install-deps.sh
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: "recursive"
|
||||
|
||||
- name: Install Dependencies
|
||||
run: bash ${{github.workspace}}/scripts/debian/1-install-deps.sh
|
||||
|
||||
- name: Create Build Environment
|
||||
run: bash ${{github.workspace}}/scripts/debian/2-configure.sh
|
||||
|
||||
Reference in New Issue
Block a user