-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
803339f
commit f69a766
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,9 @@ jobs: | |
sudo apt-get install -y pandoc | ||
- name: Checkout code | ||
uses: actions/checkout@v2 | ||
uses: actions/[email protected] | ||
with: | ||
submodules: true | ||
|
||
- name: Set up Python | ||
uses: actions/[email protected] | ||
|
@@ -42,6 +44,10 @@ jobs: | |
- name: Setup Android SDK | ||
uses: android-actions/[email protected] | ||
|
||
- name: Debug print | ||
run: \ | ||
env | ||
|
||
- name: Check build prerequisites | ||
run: | | ||
bash check-build-prerequisites.sh | ||
|