Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrApplejuice authored Nov 14, 2024
1 parent 803339f commit f69a766
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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
Expand Down

0 comments on commit f69a766

Please sign in to comment.