submodules

This commit is contained in:
patrick-zippenfenig 2022-08-07 11:11:47 +02:00
parent ded4fe5527
commit 30675cd5d8

View file

@ -75,7 +75,11 @@ jobs:
shell: bash
- name: Install git
run: |
apt-get update && apt-get -qq -y install git
apt-get install -y -qq software-properties-common
apt-get update
add-apt-repository -y ppa:git-core/ppa
apt-get update
apt-get install -y -qq git
git --version
- uses: actions/checkout@v3
with: