This commit is contained in:
Lion Kortlepel
2023-12-05 13:30:34 +01:00
parent 8ab018485b
commit 1c409ff354

View File

@@ -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'