mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-03 06:16:04 +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:
|
||||
image: debian:11
|
||||
steps:
|
||||
- name: Install git
|
||||
run: |
|
||||
apt update -y
|
||||
apt install -y git
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
|
||||
Reference in New Issue
Block a user