submodules

This commit is contained in:
patrick-zippenfenig 2022-08-07 11:04:53 +02:00
parent c2c3ac155c
commit a45958becf

View file

@ -74,7 +74,9 @@ jobs:
echo "::set-output name=version::$(swift -version | head -n 1 | sed s/,// )"
shell: bash
- name: Install git
run: apt-get update && apt-get -qq -y install git
run:
- apt-get update && apt-get -qq -y install git
- git --version
- uses: actions/checkout@v3
with:
submodules: true