submodules

This commit is contained in:
patrick-zippenfenig 2022-08-07 11:06:31 +02:00
parent a45958becf
commit ded4fe5527

View file

@ -74,9 +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
- git --version
run: |
apt-get update && apt-get -qq -y install git
git --version
- uses: actions/checkout@v3
with:
submodules: true