submodules

This commit is contained in:
patrick-zippenfenig 2022-08-07 10:58:07 +02:00
parent 6a936c9f30
commit c2c3ac155c

View file

@ -73,6 +73,8 @@ jobs:
run: |
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
- uses: actions/checkout@v3
with:
submodules: true