mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-23 00:17:00 +00:00
add git
This commit is contained in:
5
.github/workflows/build-debian-11.yml
vendored
5
.github/workflows/build-debian-11.yml
vendored
@@ -8,6 +8,11 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: debian:11
|
image: debian:11
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install git
|
||||||
|
run: |
|
||||||
|
apt update -y
|
||||||
|
apt install -y git
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
submodules: 'recursive'
|
submodules: 'recursive'
|
||||||
|
|||||||
Reference in New Issue
Block a user