initialized git submodule
This commit is contained in:
parent
df63cffba4
commit
330ffc3b2f
|
@ -6,7 +6,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup repository
|
||||
run: git submodule init && git submodule update
|
||||
- name: Setup SDK
|
||||
run: source ./.env && docker pull servostar/gemstone:sdk-"$SDK"
|
||||
run: source ./.env && docker pull servostar/gemstone:sdk-"$SDK"
|
||||
- name: Compile
|
||||
run: set -a && source ./.env && sh run-docker-build.sh
|
||||
|
|
Loading…
Reference in New Issue