initialized git submodule

This commit is contained in:
Sven Vogel 2024-05-17 16:50:04 +02:00
parent df63cffba4
commit 330ffc3b2f
1 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup repository
run: git submodule init && git submodule update
- name: Setup SDK - name: Setup SDK
run: source ./.env && docker pull servostar/gemstone:sdk-"$SDK" run: source ./.env && docker pull servostar/gemstone:sdk-"$SDK"
- name: Compile - name: Compile