|
@@ -20,13 +20,13 @@ jobs:
|
|
|
- name: Grant execute permission for the scripts
|
|
|
run: chmod +x gradlew *.sh
|
|
|
|
|
|
- - name: Download the Engine
|
|
|
+ - name: Download and build the Engine
|
|
|
run: ./build_engine.sh
|
|
|
|
|
|
- name: Fix the Engine
|
|
|
run: ./fix_engine.sh
|
|
|
|
|
|
- - name: Build the Engine
|
|
|
+ - name: Build the SDK
|
|
|
run: ./gradlew buildSdk
|
|
|
|
|
|
- name: Checkout the nightly-trigger repository
|