mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-05 07:16:18 +00:00
fix run
This commit is contained in:
6
.github/workflows/build-debian-11.yml
vendored
6
.github/workflows/build-debian-11.yml
vendored
@@ -8,13 +8,13 @@ jobs:
|
||||
container:
|
||||
image: debian:11
|
||||
steps:
|
||||
- name: Install Dependencies
|
||||
run: sudo bash ./scripts/debian/1-install-deps.sh
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: "recursive"
|
||||
|
||||
- name: Install Dependencies
|
||||
run: sudo bash ./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